Html Css Color HEX #F8323A Alizarin

📋 copy color: '#F8323A'

red 248 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #F8323A

Tints of Alizarin #F8323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 69.66%
G = 14.04%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8323A (or 0xF8323A) is known color: Alizarin. HEX triplet: F8, 32 and 3A. RGB value is (248,50,58). Sum of RGB (Red+Green+Blue) = 248+50+58=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8323A is #07CDC5. Grayscale: #6E6E6E. Windows color (decimal): -511430 or 3814136. OLE color: 3814136.

HSL color Cylindrical-coordinate representation of color #F8323A: hue angle of 357.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 58 -
CMYK 0 0.80 0.77 0.03
HSL 357.58º 0.93% 0.58% -
HSV(B) 357.58º 0.8% 0.97% -
XYZ 40.62 22.54 6.21 -
YUV 110.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 248 50 58 0 0.80 0.77 0.03 357.58 0.93 0.58
Hex F8 32 3A 0 50 4D 3 166 5D 3A
Octal 370 62 72 0 120 115 3 546 135 72
Binary 11111000 110010 111010 0 1010000 1001101 11 101100110 1011101 111010

Color Harmonies of #F8323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8323A

Black with #F8323A

Text Example


Text Example

White with #F8323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8323A; }

 p { color: rgb(248,50,58); }

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

background-color css

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

 a { background-color: rgb(248,50,58); }

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

border-color css

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

 span { border-color: rgb(248,50,58); }

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