Html Css Color HEX #F22542 Alizarin

📋 copy color: '#F22542'

red 242 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #F22542

Tints of Alizarin #F22542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 70.14%
G = 10.72%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22542 (or 0xF22542) is known color: Alizarin. HEX triplet: F2, 25 and 42. RGB value is (242,37,66). Sum of RGB (Red+Green+Blue) = 242+37+66=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F22542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22542 is #0DDABD. Grayscale: #656565. Windows color (decimal): -907966 or 4335090. OLE color: 4335090.

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

Color convert

RGB 242 37 66 -
CMYK 0 0.85 0.73 0.05
HSL 351.51º 0.89% 0.55% -
HSV(B) 351.51º 0.85% 0.95% -
XYZ 38.26 20.59 7.11 -
YUV 101.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 242 37 66 0 0.85 0.73 0.05 351.51 0.89 0.55
Hex F2 25 42 0 55 49 5 160 59 37
Octal 362 45 102 0 125 111 5 540 131 67
Binary 11110010 100101 1000010 0 1010101 1001001 101 101100000 1011001 110111

Color Harmonies of #F22542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22542

Black with #F22542

Text Example


Text Example

White with #F22542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22542; }

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

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

background-color css

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

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

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

border-color css

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

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

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