Html Css Color HEX #F8343E Alizarin

📋 copy color: '#F8343E'

red 248 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #F8343E

Tints of Alizarin #F8343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 68.51%
G = 14.36%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8343E (or 0xF8343E) is known color: Alizarin. HEX triplet: F8, 34 and 3E. RGB value is (248,52,62). Sum of RGB (Red+Green+Blue) = 248+52+62=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8343E is #07CBC1. Grayscale: #6F6F6F. Windows color (decimal): -510914 or 4076792. OLE color: 4076792.

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

Color convert

RGB 248 52 62 -
CMYK 0 0.79 0.75 0.03
HSL 356.94º 0.93% 0.59% -
HSV(B) 356.94º 0.79% 0.97% -
XYZ 40.81 22.76 6.8 -
YUV 111.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 248 52 62 0 0.79 0.75 0.03 356.94 0.93 0.59
Hex F8 34 3E 0 4F 4B 3 165 5D 3B
Octal 370 64 76 0 117 113 3 545 135 73
Binary 11111000 110100 111110 0 1001111 1001011 11 101100101 1011101 111011

Color Harmonies of #F8343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8343E

Black with #F8343E

Text Example


Text Example

White with #F8343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8343E; }

 p { color: rgb(248,52,62); }

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

background-color css

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

 a { background-color: rgb(248,52,62); }

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

border-color css

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

 span { border-color: rgb(248,52,62); }

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