Html Css Color HEX #F2253B Alizarin

📋 copy color: '#F2253B'

red 242 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #F2253B

Tints of Alizarin #F2253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 71.6%
G = 10.95%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2253B (or 0xF2253B) is known color: Alizarin. HEX triplet: F2, 25 and 3B. RGB value is (242,37,59). Sum of RGB (Red+Green+Blue) = 242+37+59=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2253B is #0DDAC4. Grayscale: #646464. Windows color (decimal): -907973 or 3876338. OLE color: 3876338.

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

Color convert

RGB 242 37 59 -
CMYK 0 0.85 0.76 0.05
HSL 353.56º 0.89% 0.55% -
HSV(B) 353.56º 0.85% 0.95% -
XYZ 38.07 20.52 6.09 -
YUV 100.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 242 37 59 0 0.85 0.76 0.05 353.56 0.89 0.55
Hex F2 25 3B 0 55 4C 5 162 59 37
Octal 362 45 73 0 125 114 5 542 131 67
Binary 11110010 100101 111011 0 1010101 1001100 101 101100010 1011001 110111

Color Harmonies of #F2253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2253B

Black with #F2253B

Text Example


Text Example

White with #F2253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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