Html Css Color HEX #F8253C Alizarin

📋 copy color: '#F8253C'

red 248 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #F8253C

Tints of Alizarin #F8253C

RGB

 RED value IS 248 (97.27% from 255) = 71.88%

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

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

R = 71.88%
G = 10.72%
B = 17.39%

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

#F8253C (or 0xF8253C) is known color: Alizarin. HEX triplet: F8, 25 and 3C. RGB value is (248,37,60). Sum of RGB (Red+Green+Blue) = 248+37+60=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8253C is #07DAC3. Grayscale: #666666. Windows color (decimal): -514756 or 3941880. OLE color: 3941880.

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

Color convert

RGB 248 37 60 -
CMYK 0 0.85 0.76 0.03
HSL 353.46º 0.94% 0.56% -
HSV(B) 353.46º 0.85% 0.97% -
XYZ 40.19 21.61 6.33 -
YUV 102.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 248 37 60 0 0.85 0.76 0.03 353.46 0.94 0.56
Hex F8 25 3C 0 55 4C 3 161 5E 38
Octal 370 45 74 0 125 114 3 541 136 70
Binary 11111000 100101 111100 0 1010101 1001100 11 101100001 1011110 111000

Color Harmonies of #F8253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8253C

Black with #F8253C

Text Example


Text Example

White with #F8253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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