Html Css Color HEX #F22440 Alizarin

📋 copy color: '#F22440'

red 242 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #F22440

Tints of Alizarin #F22440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.53%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 70.76%
G = 10.53%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F22440 (or 0xF22440) is known color: Alizarin. HEX triplet: F2, 24 and 40. RGB value is (242,36,64). Sum of RGB (Red+Green+Blue) = 242+36+64=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F22440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22440 is #0DDBBF. Grayscale: #646464. Windows color (decimal): -908224 or 4203762. OLE color: 4203762.

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

Color convert

RGB 242 36 64 -
CMYK 0 0.85 0.74 0.05
HSL 351.84º 0.89% 0.55% -
HSV(B) 351.84º 0.85% 0.95% -
XYZ 38.17 20.51 6.8 -
YUV 100.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 242 36 64 0 0.85 0.74 0.05 351.84 0.89 0.55
Hex F2 24 40 0 55 4A 5 160 59 37
Octal 362 44 100 0 125 112 5 540 131 67
Binary 11110010 100100 1000000 0 1010101 1001010 101 101100000 1011001 110111

Color Harmonies of #F22440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22440

Black with #F22440

Text Example


Text Example

White with #F22440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22440; }

 p { color: rgb(242,36,64); }

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

background-color css

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

 a { background-color: rgb(242,36,64); }

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

border-color css

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

 span { border-color: rgb(242,36,64); }

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