#FB3C56

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

Shades of Radical Red #FB3C56

Tints of Radical Red #FB3C56

Color information

#FB3C56 (or 0xFB3C56) is unknown color: approx Radical Red. HEX triplet: FB, 3C and 56. RGB value is (251,60,86). Sum of RGB (Red+Green+Blue) = 251+60+86=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C56 is #04C3A9. Grayscale: #787878. Windows color (decimal): -312234 or 5651707. OLE color: 5651707.

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

Color convert

RGB2516086-
CMYK00.760.660.02
HSL351.83º95.98%60.98%-
HSV(B)351.83º76.1%98.43%-
XYZ43.0824.4111.25-
YUV120.07108.78221.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.22%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=63.22%
G=15.11%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251608600.760.660.02351.8395.9860.98
HexFB3C5604C422160603d
Octal373741260114102254014075
Binary111110111111001010110010011001000010101011000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3C56; }

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

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

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

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

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

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

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

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