Html Css Color HEX #F02A6F Cerise

📋 copy color: '#F02A6F'

red 240 ◦ green 42 ◦ blue 111

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

Shades of Cerise #F02A6F

Tints of Cerise #F02A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.69%

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 61.07%
G = 10.69%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F02A6F (or 0xF02A6F) is known color: Cerise. HEX triplet: F0, 2A and 6F. RGB value is (240,42,111). Sum of RGB (Red+Green+Blue) = 240+42+111=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A6F is #0FD590. Grayscale: #6C6C6C. Windows color (decimal): -1037713 or 7285488. OLE color: 7285488.

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

Color convert

RGB 240 42 111 -
CMYK 0 0.82 0.54 0.06
HSL 339.09º 0.87% 0.55% -
HSV(B) 339.09º 0.83% 0.94% -
XYZ 39.63 21.33 17.07 -
YUV 109.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 240 42 111 0 0.82 0.54 0.06 339.09 0.87 0.55
Hex F0 2A 6F 0 52 36 6 153 57 37
Octal 360 52 157 0 122 66 6 523 127 67
Binary 11110000 101010 1101111 0 1010010 110110 110 101010011 1010111 110111

Color Harmonies of #F02A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A6F

Black with #F02A6F

Text Example


Text Example

White with #F02A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A6F; }

 p { color: rgb(240,42,111); }

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

background-color css

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

 a { background-color: rgb(240,42,111); }

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

border-color css

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

 span { border-color: rgb(240,42,111); }

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