Html Css Color HEX #F2203A Alizarin

📋 copy color: '#F2203A'

red 242 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #F2203A

Tints of Alizarin #F2203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 72.89%
G = 9.64%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2203A (or 0xF2203A) is known color: Alizarin. HEX triplet: F2, 20 and 3A. RGB value is (242,32,58). Sum of RGB (Red+Green+Blue) = 242+32+58=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F2203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2203A is #0DDFC5. Grayscale: #616161. Windows color (decimal): -909254 or 3809522. OLE color: 3809522.

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

Color convert

RGB 242 32 58 -
CMYK 0 0.87 0.76 0.05
HSL 352.57º 0.89% 0.54% -
HSV(B) 352.57º 0.87% 0.95% -
XYZ 37.9 20.22 5.91 -
YUV 97.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 242 32 58 0 0.87 0.76 0.05 352.57 0.89 0.54
Hex F2 20 3A 0 57 4C 5 161 59 36
Octal 362 40 72 0 127 114 5 541 131 66
Binary 11110010 100000 111010 0 1010111 1001100 101 101100001 1011001 110110

Color Harmonies of #F2203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2203A

Black with #F2203A

Text Example


Text Example

White with #F2203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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