Html Css Color HEX #F22341 Alizarin

📋 copy color: '#F22341'

red 242 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #F22341

Tints of Alizarin #F22341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 70.76%
G = 10.23%
B = 19.01%

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

#F22341 (or 0xF22341) is known color: Alizarin. HEX triplet: F2, 23 and 41. RGB value is (242,35,65). Sum of RGB (Red+Green+Blue) = 242+35+65=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F22341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22341 is #0DDCBE. Grayscale: #646464. Windows color (decimal): -908479 or 4269042. OLE color: 4269042.

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

Color convert

RGB 242 35 65 -
CMYK 0 0.86 0.73 0.05
HSL 351.3º 0.89% 0.54% -
HSV(B) 351.3º 0.86% 0.95% -
XYZ 38.17 20.46 6.94 -
YUV 100.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 242 35 65 0 0.86 0.73 0.05 351.3 0.89 0.54
Hex F2 23 41 0 56 49 5 15F 59 36
Octal 362 43 101 0 126 111 5 537 131 66
Binary 11110010 100011 1000001 0 1010110 1001001 101 101011111 1011001 110110

Color Harmonies of #F22341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22341

Black with #F22341

Text Example


Text Example

White with #F22341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22341; }

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

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

background-color css

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

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

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

border-color css

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

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

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