Html Css Color HEX #F2223F Alizarin

📋 copy color: '#F2223F'

red 242 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #F2223F

Tints of Alizarin #F2223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 71.39%
G = 10.03%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2223F (or 0xF2223F) is known color: Alizarin. HEX triplet: F2, 22 and 3F. RGB value is (242,34,63). Sum of RGB (Red+Green+Blue) = 242+34+63=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2223F is #0DDDC0. Grayscale: #636363. Windows color (decimal): -908737 or 4137714. OLE color: 4137714.

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

Color convert

RGB 242 34 63 -
CMYK 0 0.86 0.74 0.05
HSL 351.63º 0.89% 0.54% -
HSV(B) 351.63º 0.86% 0.95% -
XYZ 38.09 20.38 6.63 -
YUV 99.5 107.41 229.64 -
System Red Green Blue C M Y K H S L
Decimal 242 34 63 0 0.86 0.74 0.05 351.63 0.89 0.54
Hex F2 22 3F 0 56 4A 5 160 59 36
Octal 362 42 77 0 126 112 5 540 131 66
Binary 11110010 100010 111111 0 1010110 1001010 101 101100000 1011001 110110

Color Harmonies of #F2223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2223F

Black with #F2223F

Text Example


Text Example

White with #F2223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2223F; }

 p { color: rgb(242,34,63); }

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

background-color css

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

 a { background-color: rgb(242,34,63); }

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

border-color css

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

 span { border-color: rgb(242,34,63); }

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