Html Css Color HEX #F02241 Alizarin

📋 copy color: '#F02241'

red 240 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #F02241

Tints of Alizarin #F02241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 70.8%
G = 10.03%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F02241 (or 0xF02241) is known color: Alizarin. HEX triplet: F0, 22 and 41. RGB value is (240,34,65). Sum of RGB (Red+Green+Blue) = 240+34+65=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F02241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02241 is #0FDDBE. Grayscale: #636363. Windows color (decimal): -1039807 or 4268784. OLE color: 4268784.

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

Color convert

RGB 240 34 65 -
CMYK 0 0.86 0.73 0.06
HSL 350.97º 0.87% 0.54% -
HSV(B) 350.97º 0.86% 0.94% -
XYZ 37.46 20.05 6.9 -
YUV 99.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 240 34 65 0 0.86 0.73 0.06 350.97 0.87 0.54
Hex F0 22 41 0 56 49 6 15F 57 36
Octal 360 42 101 0 126 111 6 537 127 66
Binary 11110000 100010 1000001 0 1010110 1001001 110 101011111 1010111 110110

Color Harmonies of #F02241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02241

Black with #F02241

Text Example


Text Example

White with #F02241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02241; }

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

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

background-color css

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

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

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

border-color css

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

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

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