#FB5156

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

Shades of Radical Red #FB5156

Tints of Radical Red #FB5156

Color information

#FB5156 (or 0xFB5156) is unknown color: approx Radical Red. HEX triplet: FB, 51 and 56. RGB value is (251,81,86). Sum of RGB (Red+Green+Blue) = 251+81+86=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5156 is #04AEA9. Grayscale: #848484. Windows color (decimal): -306858 or 5657083. OLE color: 5657083.

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

Color convert

RGB2518186-
CMYK00.680.660.02
HSL358.24º95.51%65.1%-
HSV(B)358.24º67.73%98.43%-
XYZ44.4127.0711.69-
YUV132.4101.82212.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.05%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=60.05%
G=19.38%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251818600.680.660.02358.2495.5165.1
HexFB51560444221666041
Octal37312112601041022546140101
Binary11111011101000110101100100010010000101010110011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5156; }

 p { color: rgb(251,81,86); }

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

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

 a { background-color: rgb(251,81,86); }

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

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

 span { border-color: rgb(251,81,86); }

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