#F1327C

Color #F1327C Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F1327C

Tints of Violet Red #F1327C

Color information

#F1327C (or 0xF1327C) is unknown color: approx Violet Red. HEX triplet: F1, 32 and 7C. RGB value is (241,50,124). Sum of RGB (Red+Green+Blue) = 241+50+124=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1327C is #0ECD83. Grayscale: #737373. Windows color (decimal): -970116 or 8139505. OLE color: 8139505.

HSL color Cylindrical-coordinate representation of color #F1327C: hue angle of 336.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1327C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24150124-
CMYK00.790.490.05
HSL336.75º87.21%57.06%-
HSV(B)336.75º79.25%94.51%-
XYZ41.0522.4421.24-
YUV115.54132.78217.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 58.07%
GREEN value IS 50 (19.92% from 255) = 12.05%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=58.07%
G=12.05%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415012400.790.490.05336.7587.2157.06
HexF1327C04F3151515739
Octal36162174011761552112771
Binary111100011100101111100010011111100011011010100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1327C; }

 p { color: rgb(241,50,124); }

 H1.HeaderClassName
 {
   color: #F1327C;
 }
 .AnyTagClassName
 {
   color: #F1327C;
 }
</style>
background-color css

<style>
 a { background-color: #F1327C; }

 a { background-color: rgb(241,50,124); }

 div.DivClassName
 {
   background-color: #F1327C;
 }
 .BgClassName
 {
   background-color: #F1327C;
 }
</style>
border-color css

<style>
 span { border-color: #F1327C; }

 span { border-color: rgb(241,50,124); }

 td.TdClassName
 {
   border-color: #F1327C;
 }
 .TagClassName
 {
   border-color: #F1327C;
 }
</style>