Html Css Color HEX #F2253C Alizarin

📋 copy color: '#F2253C'

red 242 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F2253C

Tints of Alizarin #F2253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 71.39%
G = 10.91%
B = 17.7%

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

#F2253C (or 0xF2253C) is known color: Alizarin. HEX triplet: F2, 25 and 3C. RGB value is (242,37,60). Sum of RGB (Red+Green+Blue) = 242+37+60=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2253C is #0DDAC3. Grayscale: #656565. Windows color (decimal): -907972 or 3941874. OLE color: 3941874.

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

Color convert

RGB 242 37 60 -
CMYK 0 0.85 0.75 0.05
HSL 353.27º 0.89% 0.55% -
HSV(B) 353.27º 0.85% 0.95% -
XYZ 38.1 20.53 6.23 -
YUV 100.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 242 37 60 0 0.85 0.75 0.05 353.27 0.89 0.55
Hex F2 25 3C 0 55 4B 5 161 59 37
Octal 362 45 74 0 125 113 5 541 131 67
Binary 11110010 100101 111100 0 1010101 1001011 101 101100001 1011001 110111

Color Harmonies of #F2253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2253C

Black with #F2253C

Text Example


Text Example

White with #F2253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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