Html Css Color HEX #F03182 Deep Cerise

📋 copy color: '#F03182'

red 240 ◦ green 49 ◦ blue 130

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

Shades of Deep Cerise #F03182

Tints of Deep Cerise #F03182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 57.28%
G = 11.69%
B = 31.03%

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

#F03182 (or 0xF03182) is known color: Deep Cerise. HEX triplet: F0, 31 and 82. RGB value is (240,49,130). Sum of RGB (Red+Green+Blue) = 240+49+130=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F03182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03182 is #0FCE7D. Grayscale: #737373. Windows color (decimal): -1035902 or 8532464. OLE color: 8532464.

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

Color convert

RGB 240 49 130 -
CMYK 0 0.80 0.46 0.06
HSL 334.56º 0.86% 0.57% -
HSV(B) 334.56º 0.8% 0.94% -
XYZ 41.06 22.33 23.27 -
YUV 115.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 240 49 130 0 0.80 0.46 0.06 334.56 0.86 0.57
Hex F0 31 82 0 50 2E 6 14F 56 39
Octal 360 61 202 0 120 56 6 517 126 71
Binary 11110000 110001 10000010 0 1010000 101110 110 101001111 1010110 111001

Color Harmonies of #F03182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03182

Black with #F03182

Text Example


Text Example

White with #F03182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03182; }

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

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

background-color css

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

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

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

border-color css

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

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

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