Html Css Color HEX #F2203C Alizarin

📋 copy color: '#F2203C'

red 242 ◦ green 32 ◦ blue 60

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

Shades of Alizarin #F2203C

Tints of Alizarin #F2203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 72.46%
G = 9.58%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2203C (or 0xF2203C) is known color: Alizarin. HEX triplet: F2, 20 and 3C. RGB value is (242,32,60). Sum of RGB (Red+Green+Blue) = 242+32+60=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2203C is #0DDFC3. Grayscale: #626262. Windows color (decimal): -909252 or 3940594. OLE color: 3940594.

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

Color convert

RGB 242 32 60 -
CMYK 0 0.87 0.75 0.05
HSL 352º 0.89% 0.54% -
HSV(B) 352º 0.87% 0.95% -
XYZ 37.95 20.24 6.18 -
YUV 97.98 106.57 230.72 -
System Red Green Blue C M Y K H S L
Decimal 242 32 60 0 0.87 0.75 0.05 352 0.89 0.54
Hex F2 20 3C 0 57 4B 5 160 59 36
Octal 362 40 74 0 127 113 5 540 131 66
Binary 11110010 100000 111100 0 1010111 1001011 101 101100000 1011001 110110

Color Harmonies of #F2203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2203C

Black with #F2203C

Text Example


Text Example

White with #F2203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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