Html Css Color HEX #F4253C Alizarin

📋 copy color: '#F4253C'

red 244 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F4253C

Tints of Alizarin #F4253C

RGB

 RED value IS 244 (95.7% from 255) = 71.55%

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

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

R = 71.55%
G = 10.85%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4253C (or 0xF4253C) is known color: Alizarin. HEX triplet: F4, 25 and 3C. RGB value is (244,37,60). Sum of RGB (Red+Green+Blue) = 244+37+60=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4253C is #0BDAC3. Grayscale: #656565. Windows color (decimal): -776900 or 3941876. OLE color: 3941876.

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

Color convert

RGB 244 37 60 -
CMYK 0 0.85 0.75 0.04
HSL 353.33º 0.9% 0.55% -
HSV(B) 353.33º 0.85% 0.96% -
XYZ 38.79 20.88 6.26 -
YUV 101.52 104.58 229.63 -
System Red Green Blue C M Y K H S L
Decimal 244 37 60 0 0.85 0.75 0.04 353.33 0.9 0.55
Hex F4 25 3C 0 55 4B 4 161 5A 37
Octal 364 45 74 0 125 113 4 541 132 67
Binary 11110100 100101 111100 0 1010101 1001011 100 101100001 1011010 110111

Color Harmonies of #F4253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4253C

Black with #F4253C

Text Example


Text Example

White with #F4253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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