Html Css Color HEX #F03C87 Violet Red

📋 copy color: '#F03C87'

red 240 ◦ green 60 ◦ blue 135

#F03C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #F03C87

Tints of Violet Red #F03C87

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

 GREEN value IS 60 (23.83% from 255) = 13.79%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 55.17%
G = 13.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F03C87 (or 0xF03C87) is known color: Violet Red. HEX triplet: F0, 3C and 87. RGB value is (240,60,135). Sum of RGB (Red+Green+Blue) = 240+60+135=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C87 is #0FC378. Grayscale: #7A7A7A. Windows color (decimal): -1033081 or 8862960. OLE color: 8862960.

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

Color convert

RGB 240 60 135 -
CMYK 0 0.75 0.44 0.06
HSL 335º 0.86% 0.59% -
HSV(B) 335º 0.75% 0.94% -
XYZ 41.92 23.51 25.25 -
YUV 122.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 240 60 135 0 0.75 0.44 0.06 335 0.86 0.59
Hex F0 3C 87 0 4B 2C 6 14F 56 3B
Octal 360 74 207 0 113 54 6 517 126 73
Binary 11110000 111100 10000111 0 1001011 101100 110 101001111 1010110 111011

Color Harmonies of #F03C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C87

Black with #F03C87

Text Example


Text Example

White with #F03C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C87; }

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

 H1.HeaderClassName
 {
   color: #F03C87;
 }
 .AnyTagClassName
 {
   color: #F03C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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