Html Css Color HEX #F22641 Alizarin

📋 copy color: '#F22641'

red 242 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #F22641

Tints of Alizarin #F22641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 70.14%
G = 11.01%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22641 (or 0xF22641) is known color: Alizarin. HEX triplet: F2, 26 and 41. RGB value is (242,38,65). Sum of RGB (Red+Green+Blue) = 242+38+65=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F22641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22641 is #0DD9BE. Grayscale: #666666. Windows color (decimal): -907711 or 4269810. OLE color: 4269810.

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

Color convert

RGB 242 38 65 -
CMYK 0 0.84 0.73 0.05
HSL 352.06º 0.89% 0.55% -
HSV(B) 352.06º 0.84% 0.95% -
XYZ 38.27 20.65 6.97 -
YUV 102.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 242 38 65 0 0.84 0.73 0.05 352.06 0.89 0.55
Hex F2 26 41 0 54 49 5 160 59 37
Octal 362 46 101 0 124 111 5 540 131 67
Binary 11110010 100110 1000001 0 1010100 1001001 101 101100000 1011001 110111

Color Harmonies of #F22641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22641

Black with #F22641

Text Example


Text Example

White with #F22641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22641; }

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

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

background-color css

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

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

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

border-color css

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

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

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