Html Css Color HEX #F7253C Alizarin

📋 copy color: '#F7253C'

red 247 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F7253C

Tints of Alizarin #F7253C

RGB

 RED value IS 247 (96.88% from 255) = 71.8%

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

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

R = 71.8%
G = 10.76%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7253C (or 0xF7253C) is known color: Alizarin. HEX triplet: F7, 25 and 3C. RGB value is (247,37,60). Sum of RGB (Red+Green+Blue) = 247+37+60=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7253C is #08DAC3. Grayscale: #666666. Windows color (decimal): -580292 or 3941879. OLE color: 3941879.

HSL color Cylindrical-coordinate representation of color #F7253C: hue angle of 353.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7253C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 60 -
CMYK 0 0.85 0.76 0.03
HSL 353.43º 0.93% 0.56% -
HSV(B) 353.43º 0.85% 0.97% -
XYZ 39.83 21.42 6.31 -
YUV 102.41 104.07 231.13 -
System Red Green Blue C M Y K H S L
Decimal 247 37 60 0 0.85 0.76 0.03 353.43 0.93 0.56
Hex F7 25 3C 0 55 4C 3 161 5D 38
Octal 367 45 74 0 125 114 3 541 135 70
Binary 11110111 100101 111100 0 1010101 1001100 11 101100001 1011101 111000

Color Harmonies of #F7253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7253C

Black with #F7253C

Text Example


Text Example

White with #F7253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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