Html Css Color HEX #F02A6E Cerise

📋 copy color: '#F02A6E'

red 240 ◦ green 42 ◦ blue 110

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

Shades of Cerise #F02A6E

Tints of Cerise #F02A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 61.22%
G = 10.71%
B = 28.06%

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

#F02A6E (or 0xF02A6E) is known color: Cerise. HEX triplet: F0, 2A and 6E. RGB value is (240,42,110). Sum of RGB (Red+Green+Blue) = 240+42+110=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A6E is #0FD591. Grayscale: #6C6C6C. Windows color (decimal): -1037714 or 7219952. OLE color: 7219952.

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

Color convert

RGB 240 42 110 -
CMYK 0 0.82 0.54 0.06
HSL 339.39º 0.87% 0.55% -
HSV(B) 339.39º 0.83% 0.94% -
XYZ 39.58 21.31 16.78 -
YUV 108.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 240 42 110 0 0.82 0.54 0.06 339.39 0.87 0.55
Hex F0 2A 6E 0 52 36 6 153 57 37
Octal 360 52 156 0 122 66 6 523 127 67
Binary 11110000 101010 1101110 0 1010010 110110 110 101010011 1010111 110111

Color Harmonies of #F02A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A6E

Black with #F02A6E

Text Example


Text Example

White with #F02A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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