Html Css Color HEX #F8495E Radical Red

📋 copy color: '#F8495E'

red 248 ◦ green 73 ◦ blue 94

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

Shades of Radical Red #F8495E

Tints of Radical Red #F8495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 59.76%
G = 17.59%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8495E (or 0xF8495E) is known color: Radical Red. HEX triplet: F8, 49 and 5E. RGB value is (248,73,94). Sum of RGB (Red+Green+Blue) = 248+73+94=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8495E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8495E is #07B6A1. Grayscale: #7F7F7F. Windows color (decimal): -505506 or 6179320. OLE color: 6179320.

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

Color convert

RGB 248 73 94 -
CMYK 0 0.71 0.62 0.03
HSL 352.8º 0.93% 0.63% -
HSV(B) 352.8º 0.71% 0.97% -
XYZ 43.11 25.53 13.25 -
YUV 127.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 248 73 94 0 0.71 0.62 0.03 352.8 0.93 0.63
Hex F8 49 5E 0 47 3E 3 161 5D 3F
Octal 370 111 136 0 107 76 3 541 135 77
Binary 11111000 1001001 1011110 0 1000111 111110 11 101100001 1011101 111111

Color Harmonies of #F8495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8495E

Black with #F8495E

Text Example


Text Example

White with #F8495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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