Html Css Color HEX #F02D86 Deep Cerise

📋 copy color: '#F02D86'

red 240 ◦ green 45 ◦ blue 134

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

Shades of Deep Cerise #F02D86

Tints of Deep Cerise #F02D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 134 (52.73% from 255) = 31.98%

R = 57.28%
G = 10.74%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F02D86 (or 0xF02D86) is known color: Deep Cerise. HEX triplet: F0, 2D and 86. RGB value is (240,45,134). Sum of RGB (Red+Green+Blue) = 240+45+134=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D86 is #0FD279. Grayscale: #717171. Windows color (decimal): -1036922 or 8793584. OLE color: 8793584.

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

Color convert

RGB 240 45 134 -
CMYK 0 0.81 0.44 0.06
HSL 332.62º 0.87% 0.56% -
HSV(B) 332.62º 0.81% 0.94% -
XYZ 41.18 22.12 24.65 -
YUV 113.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 240 45 134 0 0.81 0.44 0.06 332.62 0.87 0.56
Hex F0 2D 86 0 51 2C 6 14D 57 38
Octal 360 55 206 0 121 54 6 515 127 70
Binary 11110000 101101 10000110 0 1010001 101100 110 101001101 1010111 111000

Color Harmonies of #F02D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D86

Black with #F02D86

Text Example


Text Example

White with #F02D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D86; }

 p { color: rgb(240,45,134); }

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

background-color css

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

 a { background-color: rgb(240,45,134); }

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

border-color css

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

 span { border-color: rgb(240,45,134); }

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