Html Css Color HEX #F02D72 Cerise

📋 copy color: '#F02D72'

red 240 ◦ green 45 ◦ blue 114

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

Shades of Cerise #F02D72

Tints of Cerise #F02D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 60.15%
G = 11.28%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F02D72 (or 0xF02D72) is known color: Cerise. HEX triplet: F0, 2D and 72. RGB value is (240,45,114). Sum of RGB (Red+Green+Blue) = 240+45+114=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02D72 is #0FD28D. Grayscale: #6F6F6F. Windows color (decimal): -1036942 or 7482864. OLE color: 7482864.

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

Color convert

RGB 240 45 114 -
CMYK 0 0.81 0.52 0.06
HSL 338.77º 0.87% 0.56% -
HSV(B) 338.77º 0.81% 0.94% -
XYZ 39.91 21.62 17.99 -
YUV 111.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 240 45 114 0 0.81 0.52 0.06 338.77 0.87 0.56
Hex F0 2D 72 0 51 34 6 153 57 38
Octal 360 55 162 0 121 64 6 523 127 70
Binary 11110000 101101 1110010 0 1010001 110100 110 101010011 1010111 111000

Color Harmonies of #F02D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D72

Black with #F02D72

Text Example


Text Example

White with #F02D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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