#F95155

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

Shades of Radical Red #F95155

Tints of Radical Red #F95155

Color information

#F95155 (or 0xF95155) is unknown color: approx Radical Red. HEX triplet: F9, 51 and 55. RGB value is (249,81,85). Sum of RGB (Red+Green+Blue) = 249+81+85=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F95155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95155 is #06AEAA. Grayscale: #838383. Windows color (decimal): -437931 or 5591545. OLE color: 5591545.

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

Color convert

RGB2498185-
CMYK00.670.660.02
HSL358.57º93.33%64.71%-
HSV(B)358.57º67.47%97.65%-
XYZ43.6526.6811.44-
YUV131.69101.66211.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=60%
G=19.52%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249818500.670.660.02358.5793.3364.71
HexF951550434221675d41
Octal37112112501031022547135101
Binary11111001101000110101010100001110000101010110011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95155; }

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

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

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

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

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

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

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

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