#F55157

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

Shades of Radical Red #F55157

Tints of Radical Red #F55157

Color information

#F55157 (or 0xF55157) is unknown color: approx Radical Red. HEX triplet: F5, 51 and 57. RGB value is (245,81,87). Sum of RGB (Red+Green+Blue) = 245+81+87=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F55157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55157 is #0AAEA8. Grayscale: #828282. Windows color (decimal): -700073 or 5722613. OLE color: 5722613.

HSL color Cylindrical-coordinate representation of color #F55157: hue angle of 357.8º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55157 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB2458187-
CMYK00.670.640.04
HSL357.8º89.13%63.92%-
HSV(B)357.8º66.94%96.08%-
XYZ42.3225.9911.8-
YUV130.72103.33209.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=59.32%
G=19.61%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245818700.670.640.04357.889.1363.92
HexF551570434041665940
Octal36512112701031004546131100
Binary111101011010001101011101000011100000010010110011010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55157; }

 p { color: rgb(245,81,87); }

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

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

 a { background-color: rgb(245,81,87); }

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

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

 span { border-color: rgb(245,81,87); }

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