#F03D87

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

Shades of Violet Red #F03D87

Tints of Violet Red #F03D87

Color information

#F03D87 (or 0xF03D87) is unknown color: approx Violet Red. HEX triplet: F0, 3D and 87. RGB value is (240,61,135). Sum of RGB (Red+Green+Blue) = 240+61+135=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D87 is #0FC278. Grayscale: #7A7A7A. Windows color (decimal): -1032825 or 8863216. OLE color: 8863216.

HSL color Cylindrical-coordinate representation of color #F03D87: hue angle of 335.2º 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 #F03D87 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB24061135-
CMYK00.750.440.06
HSL335.2º85.65%59.02%-
HSV(B)335.2º74.58%94.12%-
XYZ41.9823.6125.27-
YUV122.96134.8211.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.05%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=55.05%
G=13.99%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406113500.750.440.06335.285.6559.02
HexF03D8704B2C614f563b
Octal36075207011354651712673
Binary1111000011110110000111010010111011001101010011111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D87; }

 p { color: rgb(240,61,135); }

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

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

 a { background-color: rgb(240,61,135); }

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

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

 span { border-color: rgb(240,61,135); }

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