Html Css Color HEX #F8293F Alizarin

📋 copy color: '#F8293F'

red 248 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #F8293F

Tints of Alizarin #F8293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 70.45%
G = 11.65%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8293F (or 0xF8293F) is known color: Alizarin. HEX triplet: F8, 29 and 3F. RGB value is (248,41,63). Sum of RGB (Red+Green+Blue) = 248+41+63=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F8293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8293F is #07D6C0. Grayscale: #696969. Windows color (decimal): -513729 or 4139512. OLE color: 4139512.

HSL color Cylindrical-coordinate representation of color #F8293F: hue angle of 353.62º 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 #F8293F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 63 -
CMYK 0 0.83 0.75 0.03
HSL 353.62º 0.94% 0.57% -
HSV(B) 353.62º 0.83% 0.97% -
XYZ 40.4 21.9 6.8 -
YUV 105.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 248 41 63 0 0.83 0.75 0.03 353.62 0.94 0.57
Hex F8 29 3F 0 53 4B 3 162 5E 39
Octal 370 51 77 0 123 113 3 542 136 71
Binary 11111000 101001 111111 0 1010011 1001011 11 101100010 1011110 111001

Color Harmonies of #F8293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8293F

Black with #F8293F

Text Example


Text Example

White with #F8293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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