Html Css Color HEX #F02440 Alizarin

📋 copy color: '#F02440'

red 240 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #F02440

Tints of Alizarin #F02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 70.59%
G = 10.59%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F02440 (or 0xF02440) is known color: Alizarin. HEX triplet: F0, 24 and 40. RGB value is (240,36,64). Sum of RGB (Red+Green+Blue) = 240+36+64=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F02440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02440 is #0FDBBF. Grayscale: #646464. Windows color (decimal): -1039296 or 4203760. OLE color: 4203760.

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

Color convert

RGB 240 36 64 -
CMYK 0 0.85 0.73 0.06
HSL 351.76º 0.87% 0.54% -
HSV(B) 351.76º 0.85% 0.94% -
XYZ 37.49 20.16 6.77 -
YUV 100.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 240 36 64 0 0.85 0.73 0.06 351.76 0.87 0.54
Hex F0 24 40 0 55 49 6 160 57 36
Octal 360 44 100 0 125 111 6 540 127 66
Binary 11110000 100100 1000000 0 1010101 1001001 110 101100000 1010111 110110

Color Harmonies of #F02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02440

Black with #F02440

Text Example


Text Example

White with #F02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02440; }

 p { color: rgb(240,36,64); }

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

background-color css

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

 a { background-color: rgb(240,36,64); }

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

border-color css

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

 span { border-color: rgb(240,36,64); }

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