#F03C80

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

Shades of Violet Red #F03C80

Tints of Violet Red #F03C80

Color information

#F03C80 (or 0xF03C80) is unknown color: approx Violet Red. HEX triplet: F0, 3C and 80. RGB value is (240,60,128). Sum of RGB (Red+Green+Blue) = 240+60+128=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C80 is #0FC37F. Grayscale: #797979. Windows color (decimal): -1033088 or 8404208. OLE color: 8404208.

HSL color Cylindrical-coordinate representation of color #F03C80: hue angle of 337.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C80 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB24060128-
CMYK00.750.470.06
HSL337.33º85.71%58.82%-
HSV(B)337.33º75%94.12%-
XYZ41.4523.3222.74-
YUV121.57131.63212.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.07%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=56.07%
G=14.02%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406012800.750.470.06337.3385.7158.82
HexF03C8004B2F6151563b
Octal36074200011357652112673
Binary1111000011110010000000010010111011111101010100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03C80; }

 p { color: rgb(240,60,128); }

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

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

 a { background-color: rgb(240,60,128); }

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

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

 span { border-color: rgb(240,60,128); }

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