#FB0B5E

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

Shades of Razzmatazz #FB0B5E

Tints of Razzmatazz #FB0B5E

Color information

#FB0B5E (or 0xFB0B5E) is unknown color: approx Razzmatazz. HEX triplet: FB, 0B and 5E. RGB value is (251,11,94). Sum of RGB (Red+Green+Blue) = 251+11+94=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0B5E is #04F4A1. Grayscale: #5C5C5C. Windows color (decimal): -324770 or 6163451. OLE color: 6163451.

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

Color convert

RGB2511194-
CMYK00.960.630.02
HSL339.25º96.77%51.37%-
HSV(B)339.25º95.62%98.43%-
XYZ41.9221.5612.54-
YUV92.22129.01241.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 70.51%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=70.51%
G=3.09%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251119400.960.630.02339.2596.7751.37
HexFBB5E0603F21536133
Octal37313136014077252314163
Binary111110111011101111001100000111111101010100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0B5E; }

 p { color: rgb(251,11,94); }

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

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

 a { background-color: rgb(251,11,94); }

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

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

 span { border-color: rgb(251,11,94); }

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