Html Css Color HEX #F22241 Alizarin

📋 copy color: '#F22241'

red 242 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #F22241

Tints of Alizarin #F22241

RGB

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

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

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

R = 70.97%
G = 9.97%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22241 (or 0xF22241) is known color: Alizarin. HEX triplet: F2, 22 and 41. RGB value is (242,34,65). Sum of RGB (Red+Green+Blue) = 242+34+65=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F22241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22241 is #0DDDBE. Grayscale: #636363. Windows color (decimal): -908735 or 4268786. OLE color: 4268786.

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

Color convert

RGB 242 34 65 -
CMYK 0 0.86 0.73 0.05
HSL 351.06º 0.89% 0.54% -
HSV(B) 351.06º 0.86% 0.95% -
XYZ 38.14 20.4 6.93 -
YUV 99.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 242 34 65 0 0.86 0.73 0.05 351.06 0.89 0.54
Hex F2 22 41 0 56 49 5 15F 59 36
Octal 362 42 101 0 126 111 5 537 131 66
Binary 11110010 100010 1000001 0 1010110 1001001 101 101011111 1011001 110110

Color Harmonies of #F22241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22241

Black with #F22241

Text Example


Text Example

White with #F22241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22241; }

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

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

background-color css

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

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

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

border-color css

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

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

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