Html Css Color HEX #F2253D Alizarin

📋 copy color: '#F2253D'

red 242 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #F2253D

Tints of Alizarin #F2253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 71.18%
G = 10.88%
B = 17.94%

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

#F2253D (or 0xF2253D) is known color: Alizarin. HEX triplet: F2, 25 and 3D. RGB value is (242,37,61). Sum of RGB (Red+Green+Blue) = 242+37+61=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2253D is #0DDAC2. Grayscale: #656565. Windows color (decimal): -907971 or 4007410. OLE color: 4007410.

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

Color convert

RGB 242 37 61 -
CMYK 0 0.85 0.75 0.05
HSL 352.98º 0.89% 0.55% -
HSV(B) 352.98º 0.85% 0.95% -
XYZ 38.12 20.54 6.37 -
YUV 101.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 242 37 61 0 0.85 0.75 0.05 352.98 0.89 0.55
Hex F2 25 3D 0 55 4B 5 161 59 37
Octal 362 45 75 0 125 113 5 541 131 67
Binary 11110010 100101 111101 0 1010101 1001011 101 101100001 1011001 110111

Color Harmonies of #F2253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2253D

Black with #F2253D

Text Example


Text Example

White with #F2253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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