Html Css Color HEX #F02039 Alizarin

📋 copy color: '#F02039'

red 240 ◦ green 32 ◦ blue 57

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

Shades of Alizarin #F02039

Tints of Alizarin #F02039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 72.95%
G = 9.73%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F02039 (or 0xF02039) is known color: Alizarin. HEX triplet: F0, 20 and 39. RGB value is (240,32,57). Sum of RGB (Red+Green+Blue) = 240+32+57=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F02039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02039 is #0FDFC6. Grayscale: #616161. Windows color (decimal): -1040327 or 3743984. OLE color: 3743984.

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

Color convert

RGB 240 32 57 -
CMYK 0 0.87 0.76 0.06
HSL 352.79º 0.87% 0.53% -
HSV(B) 352.79º 0.87% 0.94% -
XYZ 37.19 19.85 5.74 -
YUV 97.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 240 32 57 0 0.87 0.76 0.06 352.79 0.87 0.53
Hex F0 20 39 0 57 4C 6 161 57 35
Octal 360 40 71 0 127 114 6 541 127 65
Binary 11110000 100000 111001 0 1010111 1001100 110 101100001 1010111 110101

Color Harmonies of #F02039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02039

Black with #F02039

Text Example


Text Example

White with #F02039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02039; }

 p { color: rgb(240,32,57); }

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

background-color css

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

 a { background-color: rgb(240,32,57); }

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

border-color css

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

 span { border-color: rgb(240,32,57); }

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