#F95159

Color #F95159 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F95159

Tints of Radical Red #F95159

Color information

#F95159 (or 0xF95159) is unknown color: approx Radical Red. HEX triplet: F9, 51 and 59. RGB value is (249,81,89). Sum of RGB (Red+Green+Blue) = 249+81+89=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F95159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95159 is #06AEA6. Grayscale: #848484. Windows color (decimal): -437927 or 5853689. OLE color: 5853689.

HSL color Cylindrical-coordinate representation of color #F95159: hue angle of 357.14º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95159 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB2498189-
CMYK00.670.640.02
HSL357.14º93.33%64.71%-
HSV(B)357.14º67.47%97.65%-
XYZ43.8126.7512.3-
YUV132.14103.66211.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.43%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 89 (35.16% from 255) = 21.24%
R=59.43%
G=19.33%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249818900.670.640.02357.1493.3364.71
HexF951590434021655d41
Octal37112113101031002545135101
Binary11111001101000110110010100001110000001010110010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95159; }

 p { color: rgb(249,81,89); }

 H1.HeaderClassName
 {
   color: #F95159;
 }
 .AnyTagClassName
 {
   color: #F95159;
 }
</style>
background-color css

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

 a { background-color: rgb(249,81,89); }

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

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

 span { border-color: rgb(249,81,89); }

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