Html Css Color HEX #F22041 Alizarin

📋 copy color: '#F22041'

red 242 ◦ green 32 ◦ blue 65

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

Shades of Alizarin #F22041

Tints of Alizarin #F22041

RGB

 RED value IS 242 (94.92% from 255) = 71.39%

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

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

R = 71.39%
G = 9.44%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22041 (or 0xF22041) is known color: Alizarin. HEX triplet: F2, 20 and 41. RGB value is (242,32,65). Sum of RGB (Red+Green+Blue) = 242+32+65=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F22041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22041 is #0DDFBE. Grayscale: #626262. Windows color (decimal): -909247 or 4268274. OLE color: 4268274.

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

Color convert

RGB 242 32 65 -
CMYK 0 0.87 0.73 0.05
HSL 350.57º 0.89% 0.54% -
HSV(B) 350.57º 0.87% 0.95% -
XYZ 38.09 20.29 6.91 -
YUV 98.55 109.07 230.32 -
System Red Green Blue C M Y K H S L
Decimal 242 32 65 0 0.87 0.73 0.05 350.57 0.89 0.54
Hex F2 20 41 0 57 49 5 15F 59 36
Octal 362 40 101 0 127 111 5 537 131 66
Binary 11110010 100000 1000001 0 1010111 1001001 101 101011111 1011001 110110

Color Harmonies of #F22041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22041

Black with #F22041

Text Example


Text Example

White with #F22041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22041; }

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

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

background-color css

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

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

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

border-color css

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

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

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