Html Css Color HEX #F03181 Deep Cerise

📋 copy color: '#F03181'

red 240 ◦ green 49 ◦ blue 129

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

Shades of Deep Cerise #F03181

Tints of Deep Cerise #F03181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.72%

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 57.42%
G = 11.72%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F03181 (or 0xF03181) is known color: Deep Cerise. HEX triplet: F0, 31 and 81. RGB value is (240,49,129). Sum of RGB (Red+Green+Blue) = 240+49+129=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F03181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03181 is #0FCE7E. Grayscale: #737373. Windows color (decimal): -1035903 or 8466928. OLE color: 8466928.

HSL color Cylindrical-coordinate representation of color #F03181: hue angle of 334.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03181 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 129 -
CMYK 0 0.80 0.46 0.06
HSL 334.87º 0.86% 0.57% -
HSV(B) 334.87º 0.8% 0.94% -
XYZ 41 22.31 22.91 -
YUV 115.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 240 49 129 0 0.80 0.46 0.06 334.87 0.86 0.57
Hex F0 31 81 0 50 2E 6 14F 56 39
Octal 360 61 201 0 120 56 6 517 126 71
Binary 11110000 110001 10000001 0 1010000 101110 110 101001111 1010110 111001

Color Harmonies of #F03181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03181

Black with #F03181

Text Example


Text Example

White with #F03181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03181; }

 p { color: rgb(240,49,129); }

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

background-color css

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

 a { background-color: rgb(240,49,129); }

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

border-color css

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

 span { border-color: rgb(240,49,129); }

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