Html Css Color HEX #F2243C Alizarin

📋 copy color: '#F2243C'

red 242 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #F2243C

Tints of Alizarin #F2243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

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

R = 71.6%
G = 10.65%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2243C (or 0xF2243C) is known color: Alizarin. HEX triplet: F2, 24 and 3C. RGB value is (242,36,60). Sum of RGB (Red+Green+Blue) = 242+36+60=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2243C is #0DDBC3. Grayscale: #646464. Windows color (decimal): -908228 or 3941618. OLE color: 3941618.

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

Color convert

RGB 242 36 60 -
CMYK 0 0.85 0.75 0.05
HSL 353.01º 0.89% 0.55% -
HSV(B) 353.01º 0.85% 0.95% -
XYZ 38.06 20.47 6.22 -
YUV 100.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 242 36 60 0 0.85 0.75 0.05 353.01 0.89 0.55
Hex F2 24 3C 0 55 4B 5 161 59 37
Octal 362 44 74 0 125 113 5 541 131 67
Binary 11110010 100100 111100 0 1010101 1001011 101 101100001 1011001 110111

Color Harmonies of #F2243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2243C

Black with #F2243C

Text Example


Text Example

White with #F2243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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