#FB1456

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

Shades of Razzmatazz #FB1456

Tints of Razzmatazz #FB1456

Color information

#FB1456 (or 0xFB1456) is unknown color: approx Razzmatazz. HEX triplet: FB, 14 and 56. RGB value is (251,20,86). Sum of RGB (Red+Green+Blue) = 251+20+86=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1456 is #04EBA9. Grayscale: #606060. Windows color (decimal): -322474 or 5641467. OLE color: 5641467.

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

Color convert

RGB2512086-
CMYK00.920.660.02
HSL342.86º96.65%53.14%-
HSV(B)342.86º92.03%98.43%-
XYZ41.7121.6810.79-
YUV96.59122.03238.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.31%
GREEN value IS 20 (8.20% from 255) = 5.60%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=70.31%
G=5.60%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251208600.920.660.02342.8696.6553.14
HexFB145605C4221576135
Octal373241260134102252714165
Binary11111011101001010110010111001000010101010101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1456; }

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

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

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

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

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

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

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

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