Html Css Color HEX #F8293D Alizarin

📋 copy color: '#F8293D'

red 248 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #F8293D

Tints of Alizarin #F8293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 70.86%
G = 11.71%
B = 17.43%

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

#F8293D (or 0xF8293D) is known color: Alizarin. HEX triplet: F8, 29 and 3D. RGB value is (248,41,61). Sum of RGB (Red+Green+Blue) = 248+41+61=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8293D is #07D6C2. Grayscale: #696969. Windows color (decimal): -513731 or 4008440. OLE color: 4008440.

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

Color convert

RGB 248 41 61 -
CMYK 0 0.83 0.75 0.03
HSL 354.2º 0.94% 0.57% -
HSV(B) 354.2º 0.83% 0.97% -
XYZ 40.35 21.88 6.51 -
YUV 105.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 248 41 61 0 0.83 0.75 0.03 354.2 0.94 0.57
Hex F8 29 3D 0 53 4B 3 162 5E 39
Octal 370 51 75 0 123 113 3 542 136 71
Binary 11111000 101001 111101 0 1010011 1001011 11 101100010 1011110 111001

Color Harmonies of #F8293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8293D

Black with #F8293D

Text Example


Text Example

White with #F8293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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