#F95158

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

Shades of Radical Red #F95158

Tints of Radical Red #F95158

Color information

#F95158 (or 0xF95158) is unknown color: approx Radical Red. HEX triplet: F9, 51 and 58. RGB value is (249,81,88). Sum of RGB (Red+Green+Blue) = 249+81+88=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F95158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95158 is #06AEA7. Grayscale: #848484. Windows color (decimal): -437928 or 5788153. OLE color: 5788153.

HSL color Cylindrical-coordinate representation of color #F95158: hue angle of 357.5º 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 #F95158 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2498188-
CMYK00.670.650.02
HSL357.5º93.33%64.71%-
HSV(B)357.5º67.47%97.65%-
XYZ43.7726.7312.08-
YUV132.03103.16211.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 59.57%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=59.57%
G=19.38%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249818800.670.650.02357.593.3364.71
HexF951580434121665d41
Octal37112113001031012546135101
Binary11111001101000110110000100001110000011010110011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95158; }

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

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

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

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

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

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

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

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