Html Css Color HEX #F02A6B Cerise

📋 copy color: '#F02A6B'

red 240 ◦ green 42 ◦ blue 107

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

Shades of Cerise #F02A6B

Tints of Cerise #F02A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 61.7%
G = 10.8%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F02A6B (or 0xF02A6B) is known color: Cerise. HEX triplet: F0, 2A and 6B. RGB value is (240,42,107). Sum of RGB (Red+Green+Blue) = 240+42+107=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A6B is #0FD594. Grayscale: #6C6C6C. Windows color (decimal): -1037717 or 7023344. OLE color: 7023344.

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

Color convert

RGB 240 42 107 -
CMYK 0 0.82 0.55 0.06
HSL 340.3º 0.87% 0.55% -
HSV(B) 340.3º 0.83% 0.94% -
XYZ 39.42 21.24 15.93 -
YUV 108.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 240 42 107 0 0.82 0.55 0.06 340.3 0.87 0.55
Hex F0 2A 6B 0 52 37 6 154 57 37
Octal 360 52 153 0 122 67 6 524 127 67
Binary 11110000 101010 1101011 0 1010010 110111 110 101010100 1010111 110111

Color Harmonies of #F02A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A6B

Black with #F02A6B

Text Example


Text Example

White with #F02A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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