Html Css Color HEX #F8495B Radical Red

📋 copy color: '#F8495B'

red 248 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #F8495B

Tints of Radical Red #F8495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.72%

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 60.19%
G = 17.72%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8495B (or 0xF8495B) is known color: Radical Red. HEX triplet: F8, 49 and 5B. RGB value is (248,73,91). Sum of RGB (Red+Green+Blue) = 248+73+91=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8495B is #07B6A4. Grayscale: #7F7F7F. Windows color (decimal): -505509 or 5982712. OLE color: 5982712.

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

Color convert

RGB 248 73 91 -
CMYK 0 0.71 0.63 0.03
HSL 353.83º 0.93% 0.63% -
HSV(B) 353.83º 0.71% 0.97% -
XYZ 42.98 25.48 12.55 -
YUV 127.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 248 73 91 0 0.71 0.63 0.03 353.83 0.93 0.63
Hex F8 49 5B 0 47 3F 3 162 5D 3F
Octal 370 111 133 0 107 77 3 542 135 77
Binary 11111000 1001001 1011011 0 1000111 111111 11 101100010 1011101 111111

Color Harmonies of #F8495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8495B

Black with #F8495B

Text Example


Text Example

White with #F8495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8495B; }

 p { color: rgb(248,73,91); }

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

background-color css

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

 a { background-color: rgb(248,73,91); }

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

border-color css

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

 span { border-color: rgb(248,73,91); }

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