Html Css Color HEX #F8373C Alizarin

📋 copy color: '#F8373C'

red 248 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #F8373C

Tints of Alizarin #F8373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.15%

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

R = 68.32%
G = 15.15%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8373C (or 0xF8373C) is known color: Alizarin. HEX triplet: F8, 37 and 3C. RGB value is (248,55,60). Sum of RGB (Red+Green+Blue) = 248+55+60=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8373C is #07C8C3. Grayscale: #717171. Windows color (decimal): -510148 or 3946488. OLE color: 3946488.

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

Color convert

RGB 248 55 60 -
CMYK 0 0.78 0.76 0.03
HSL 358.45º 0.93% 0.59% -
HSV(B) 358.45º 0.78% 0.97% -
XYZ 40.89 23.02 6.56 -
YUV 113.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 248 55 60 0 0.78 0.76 0.03 358.45 0.93 0.59
Hex F8 37 3C 0 4E 4C 3 166 5D 3B
Octal 370 67 74 0 116 114 3 546 135 73
Binary 11111000 110111 111100 0 1001110 1001100 11 101100110 1011101 111011

Color Harmonies of #F8373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8373C

Black with #F8373C

Text Example


Text Example

White with #F8373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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