Html Css Color HEX #F2223C Alizarin

📋 copy color: '#F2223C'

red 242 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #F2223C

Tints of Alizarin #F2223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 72.02%
G = 10.12%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2223C (or 0xF2223C) is known color: Alizarin. HEX triplet: F2, 22 and 3C. RGB value is (242,34,60). Sum of RGB (Red+Green+Blue) = 242+34+60=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2223C is #0DDDC3. Grayscale: #636363. Windows color (decimal): -908740 or 3941106. OLE color: 3941106.

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

Color convert

RGB 242 34 60 -
CMYK 0 0.86 0.75 0.05
HSL 352.5º 0.89% 0.54% -
HSV(B) 352.5º 0.86% 0.95% -
XYZ 38.01 20.35 6.2 -
YUV 99.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 242 34 60 0 0.86 0.75 0.05 352.5 0.89 0.54
Hex F2 22 3C 0 56 4B 5 160 59 36
Octal 362 42 74 0 126 113 5 540 131 66
Binary 11110010 100010 111100 0 1010110 1001011 101 101100000 1011001 110110

Color Harmonies of #F2223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2223C

Black with #F2223C

Text Example


Text Example

White with #F2223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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