Html Css Color HEX #F8293C Alizarin

📋 copy color: '#F8293C'

red 248 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #F8293C

Tints of Alizarin #F8293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.75%

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

R = 71.06%
G = 11.75%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8293C (or 0xF8293C) is known color: Alizarin. HEX triplet: F8, 29 and 3C. RGB value is (248,41,60). Sum of RGB (Red+Green+Blue) = 248+41+60=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8293C is #07D6C3. Grayscale: #696969. Windows color (decimal): -513732 or 3942904. OLE color: 3942904.

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

Color convert

RGB 248 41 60 -
CMYK 0 0.83 0.76 0.03
HSL 354.49º 0.94% 0.57% -
HSV(B) 354.49º 0.83% 0.97% -
XYZ 40.32 21.87 6.37 -
YUV 105.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 248 41 60 0 0.83 0.76 0.03 354.49 0.94 0.57
Hex F8 29 3C 0 53 4C 3 162 5E 39
Octal 370 51 74 0 123 114 3 542 136 71
Binary 11111000 101001 111100 0 1010011 1001100 11 101100010 1011110 111001

Color Harmonies of #F8293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8293C

Black with #F8293C

Text Example


Text Example

White with #F8293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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