Html Css Color HEX #F03F87 Violet Red

📋 copy color: '#F03F87'

red 240 ◦ green 63 ◦ blue 135

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

Shades of Violet Red #F03F87

Tints of Violet Red #F03F87

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

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

R = 54.79%
G = 14.38%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F03F87 (or 0xF03F87) is known color: Violet Red. HEX triplet: F0, 3F and 87. RGB value is (240,63,135). Sum of RGB (Red+Green+Blue) = 240+63+135=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F87 is #0FC078. Grayscale: #7C7C7C. Windows color (decimal): -1032313 or 8863728. OLE color: 8863728.

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

Color convert

RGB 240 63 135 -
CMYK 0 0.74 0.44 0.06
HSL 335.59º 0.86% 0.59% -
HSV(B) 335.59º 0.74% 0.94% -
XYZ 42.09 23.83 25.3 -
YUV 124.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 240 63 135 0 0.74 0.44 0.06 335.59 0.86 0.59
Hex F0 3F 87 0 4A 2C 6 150 56 3B
Octal 360 77 207 0 112 54 6 520 126 73
Binary 11110000 111111 10000111 0 1001010 101100 110 101010000 1010110 111011

Color Harmonies of #F03F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F87

Black with #F03F87

Text Example


Text Example

White with #F03F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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