#FB1455

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

Shades of Razzmatazz #FB1455

Tints of Razzmatazz #FB1455

Color information

#FB1455 (or 0xFB1455) is unknown color: approx Razzmatazz. HEX triplet: FB, 14 and 55. RGB value is (251,20,85). Sum of RGB (Red+Green+Blue) = 251+20+85=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1455 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1455 is #04EBAA. Grayscale: #606060. Windows color (decimal): -322475 or 5575931. OLE color: 5575931.

HSL color Cylindrical-coordinate representation of color #FB1455: hue angle of 343.12º 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 #FB1455 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2512085-
CMYK00.920.660.02
HSL343.12º96.65%53.14%-
HSV(B)343.12º92.03%98.43%-
XYZ41.6721.6710.58-
YUV96.48121.53238.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.51%
GREEN value IS 20 (8.20% from 255) = 5.62%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=70.51%
G=5.62%
B=23.88%

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
Decimal251208500.920.660.02343.1296.6553.14
HexFB145505C4221576135
Octal373241250134102252714165
Binary11111011101001010101010111001000010101010101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1455; }

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

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

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

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

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

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

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

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