Html Css Color HEX #F02041 Alizarin

📋 copy color: '#F02041'

red 240 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #F02041

Tints of Alizarin #F02041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 71.22%
G = 9.5%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F02041 (or 0xF02041) is known color: Alizarin. HEX triplet: F0, 20 and 41. RGB value is (240,32,65). Sum of RGB (Red+Green+Blue) = 240+32+65=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F02041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02041 is #0FDFBE. Grayscale: #626262. Windows color (decimal): -1040319 or 4268272. OLE color: 4268272.

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

Color convert

RGB 240 32 65 -
CMYK 0 0.87 0.73 0.06
HSL 350.48º 0.87% 0.53% -
HSV(B) 350.48º 0.87% 0.94% -
XYZ 37.41 19.94 6.88 -
YUV 97.95 109.41 229.32 -
System Red Green Blue C M Y K H S L
Decimal 240 32 65 0 0.87 0.73 0.06 350.48 0.87 0.53
Hex F0 20 41 0 57 49 6 15E 57 35
Octal 360 40 101 0 127 111 6 536 127 65
Binary 11110000 100000 1000001 0 1010111 1001001 110 101011110 1010111 110101

Color Harmonies of #F02041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02041

Black with #F02041

Text Example


Text Example

White with #F02041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02041; }

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

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

background-color css

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

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

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

border-color css

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

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

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