Html Css Color HEX #F02369 Cerise

📋 copy color: '#F02369'

red 240 ◦ green 35 ◦ blue 105

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

Shades of Cerise #F02369

Tints of Cerise #F02369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

 BLUE value IS 105 (41.41% from 255) = 27.63%

R = 63.16%
G = 9.21%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F02369 (or 0xF02369) is known color: Cerise. HEX triplet: F0, 23 and 69. RGB value is (240,35,105). Sum of RGB (Red+Green+Blue) = 240+35+105=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F02369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02369 is #0FDC96. Grayscale: #686868. Windows color (decimal): -1039511 or 6890480. OLE color: 6890480.

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

Color convert

RGB 240 35 105 -
CMYK 0 0.85 0.56 0.06
HSL 339.51º 0.87% 0.54% -
HSV(B) 339.51º 0.85% 0.94% -
XYZ 39.09 20.75 15.31 -
YUV 104.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 240 35 105 0 0.85 0.56 0.06 339.51 0.87 0.54
Hex F0 23 69 0 55 38 6 154 57 36
Octal 360 43 151 0 125 70 6 524 127 66
Binary 11110000 100011 1101001 0 1010101 111000 110 101010100 1010111 110110

Color Harmonies of #F02369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02369

Black with #F02369

Text Example


Text Example

White with #F02369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02369; }

 p { color: rgb(240,35,105); }

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

background-color css

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

 a { background-color: rgb(240,35,105); }

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

border-color css

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

 span { border-color: rgb(240,35,105); }

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