Html Css Color HEX #F8495D Radical Red

📋 copy color: '#F8495D'

red 248 ◦ green 73 ◦ blue 93

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

Shades of Radical Red #F8495D

Tints of Radical Red #F8495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 59.9%
G = 17.63%
B = 22.46%

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

#F8495D (or 0xF8495D) is known color: Radical Red. HEX triplet: F8, 49 and 5D. RGB value is (248,73,93). Sum of RGB (Red+Green+Blue) = 248+73+93=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8495D is #07B6A2. Grayscale: #7F7F7F. Windows color (decimal): -505507 or 6113784. OLE color: 6113784.

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

Color convert

RGB 248 73 93 -
CMYK 0 0.71 0.62 0.03
HSL 353.14º 0.93% 0.63% -
HSV(B) 353.14º 0.71% 0.97% -
XYZ 43.07 25.51 13.01 -
YUV 127.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 248 73 93 0 0.71 0.62 0.03 353.14 0.93 0.63
Hex F8 49 5D 0 47 3E 3 161 5D 3F
Octal 370 111 135 0 107 76 3 541 135 77
Binary 11111000 1001001 1011101 0 1000111 111110 11 101100001 1011101 111111

Color Harmonies of #F8495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8495D

Black with #F8495D

Text Example


Text Example

White with #F8495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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