Html Css Color HEX #F02B77 Cerise

📋 copy color: '#F02B77'

red 240 ◦ green 43 ◦ blue 119

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

Shades of Cerise #F02B77

Tints of Cerise #F02B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 59.7%
G = 10.7%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F02B77 (or 0xF02B77) is known color: Cerise. HEX triplet: F0, 2B and 77. RGB value is (240,43,119). Sum of RGB (Red+Green+Blue) = 240+43+119=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02B77 is #0FD488. Grayscale: #6E6E6E. Windows color (decimal): -1037449 or 7810032. OLE color: 7810032.

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

Color convert

RGB 240 43 119 -
CMYK 0 0.82 0.50 0.06
HSL 336.85º 0.87% 0.55% -
HSV(B) 336.85º 0.82% 0.94% -
XYZ 40.13 21.58 19.5 -
YUV 110.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 240 43 119 0 0.82 0.50 0.06 336.85 0.87 0.55
Hex F0 2B 77 0 52 32 6 151 57 37
Octal 360 53 167 0 122 62 6 521 127 67
Binary 11110000 101011 1110111 0 1010010 110010 110 101010001 1010111 110111

Color Harmonies of #F02B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B77

Black with #F02B77

Text Example


Text Example

White with #F02B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B77; }

 p { color: rgb(240,43,119); }

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

background-color css

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

 a { background-color: rgb(240,43,119); }

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

border-color css

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

 span { border-color: rgb(240,43,119); }

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