#FB3660

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

Shades of Radical Red #FB3660

Tints of Radical Red #FB3660

Color information

#FB3660 (or 0xFB3660) is unknown color: approx Radical Red. HEX triplet: FB, 36 and 60. RGB value is (251,54,96). Sum of RGB (Red+Green+Blue) = 251+54+96=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3660 is #04C99F. Grayscale: #757575. Windows color (decimal): -313760 or 6305531. OLE color: 6305531.

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

Color convert

RGB2515496-
CMYK00.780.620.02
HSL347.21º96.1%59.8%-
HSV(B)347.21º78.49%98.43%-
XYZ43.2123.9913.42-
YUV117.69115.77223.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.59%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=62.59%
G=13.47%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251549600.780.620.02347.2196.159.8
HexFB366004E3E215b603c
Octal37366140011676253314074
Binary11111011110110110000001001110111110101010110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3660; }

 p { color: rgb(251,54,96); }

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

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

 a { background-color: rgb(251,54,96); }

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

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

 span { border-color: rgb(251,54,96); }

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