Html Css Color HEX #F22942 Alizarin

📋 copy color: '#F22942'

red 242 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #F22942

Tints of Alizarin #F22942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.75%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 69.34%
G = 11.75%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22942 (or 0xF22942) is known color: Alizarin. HEX triplet: F2, 29 and 42. RGB value is (242,41,66). Sum of RGB (Red+Green+Blue) = 242+41+66=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22942 is #0DD6BD. Grayscale: #686868. Windows color (decimal): -906942 or 4336114. OLE color: 4336114.

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

Color convert

RGB 242 41 66 -
CMYK 0 0.83 0.73 0.05
HSL 352.54º 0.89% 0.55% -
HSV(B) 352.54º 0.83% 0.95% -
XYZ 38.39 20.86 7.16 -
YUV 103.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 242 41 66 0 0.83 0.73 0.05 352.54 0.89 0.55
Hex F2 29 42 0 53 49 5 161 59 37
Octal 362 51 102 0 123 111 5 541 131 67
Binary 11110010 101001 1000010 0 1010011 1001001 101 101100001 1011001 110111

Color Harmonies of #F22942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22942

Black with #F22942

Text Example


Text Example

White with #F22942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22942; }

 p { color: rgb(242,41,66); }

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

background-color css

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

 a { background-color: rgb(242,41,66); }

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

border-color css

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

 span { border-color: rgb(242,41,66); }

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