Html Css Color HEX #F2353F Alizarin

📋 copy color: '#F2353F'

red 242 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #F2353F

Tints of Alizarin #F2353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 63 (25% from 255) = 17.6%

R = 67.6%
G = 14.8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2353F (or 0xF2353F) is known color: Alizarin. HEX triplet: F2, 35 and 3F. RGB value is (242,53,63). Sum of RGB (Red+Green+Blue) = 242+53+63=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2353F is #0DCAC0. Grayscale: #6E6E6E. Windows color (decimal): -903873 or 4142578. OLE color: 4142578.

HSL color Cylindrical-coordinate representation of color #F2353F: hue angle of 356.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2353F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 63 -
CMYK 0 0.78 0.74 0.05
HSL 356.83º 0.88% 0.58% -
HSV(B) 356.83º 0.78% 0.95% -
XYZ 38.79 21.78 6.86 -
YUV 110.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 242 53 63 0 0.78 0.74 0.05 356.83 0.88 0.58
Hex F2 35 3F 0 4E 4A 5 165 58 3A
Octal 362 65 77 0 116 112 5 545 130 72
Binary 11110010 110101 111111 0 1001110 1001010 101 101100101 1011000 111010

Color Harmonies of #F2353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2353F

Black with #F2353F

Text Example


Text Example

White with #F2353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2353F; }

 p { color: rgb(242,53,63); }

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

background-color css

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

 a { background-color: rgb(242,53,63); }

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

border-color css

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

 span { border-color: rgb(242,53,63); }

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