Html Css Color HEX #F2202E Alizarin

📋 copy color: '#F2202E'

red 242 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #F2202E

Tints of Alizarin #F2202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 75.63%
G = 10%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2202E (or 0xF2202E) is known color: Alizarin. HEX triplet: F2, 20 and 2E. RGB value is (242,32,46). Sum of RGB (Red+Green+Blue) = 242+32+46=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202E is #0DDFD1. Grayscale: #606060. Windows color (decimal): -909266 or 3023090. OLE color: 3023090.

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

Color convert

RGB 242 32 46 -
CMYK 0 0.87 0.81 0.05
HSL 356º 0.89% 0.54% -
HSV(B) 356º 0.87% 0.95% -
XYZ 37.63 20.11 4.48 -
YUV 96.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 242 32 46 0 0.87 0.81 0.05 356 0.89 0.54
Hex F2 20 2E 0 57 51 5 164 59 36
Octal 362 40 56 0 127 121 5 544 131 66
Binary 11110010 100000 101110 0 1010111 1010001 101 101100100 1011001 110110

Color Harmonies of #F2202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2202E

Black with #F2202E

Text Example


Text Example

White with #F2202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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