#FB056D

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

Shades of Razzmatazz #FB056D

Tints of Razzmatazz #FB056D

Color information

#FB056D (or 0xFB056D) is unknown color: approx Razzmatazz. HEX triplet: FB, 05 and 6D. RGB value is (251,5,109). Sum of RGB (Red+Green+Blue) = 251+5+109=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB056D is #04FA92. Grayscale: #5A5A5A. Windows color (decimal): -326291 or 7144955. OLE color: 7144955.

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

Color convert

RGB2515109-
CMYK00.980.570.02
HSL334.63º96.85%50.2%-
HSV(B)334.63º98.01%98.43%-
XYZ42.621.7216.42-
YUV90.41138.5242.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.77%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=68.77%
G=1.37%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251510900.980.570.02334.6396.8550.2
HexFB56D06239214f6132
Octal3735155014271251714162
Binary11111011101110110101100010111001101010011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB056D; }

 p { color: rgb(251,5,109); }

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

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

 a { background-color: rgb(251,5,109); }

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

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

 span { border-color: rgb(251,5,109); }

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