#FB1252

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

Shades of Razzmatazz #FB1252

Tints of Razzmatazz #FB1252

Color information

#FB1252 (or 0xFB1252) is unknown color: approx Razzmatazz. HEX triplet: FB, 12 and 52. RGB value is (251,18,82). Sum of RGB (Red+Green+Blue) = 251+18+82=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1252 is #04EDAD. Grayscale: #5E5E5E. Windows color (decimal): -322990 or 5378811. OLE color: 5378811.

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

Color convert

RGB2511882-
CMYK00.930.670.02
HSL343.52º96.68%52.75%-
HSV(B)343.52º92.83%98.43%-
XYZ41.5221.559.95-
YUV94.96120.69239.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.51%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=71.51%
G=5.13%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251188200.930.670.02343.5296.6852.75
HexFB125205D4321586135
Octal373221220135103253014165
Binary11111011100101010010010111011000011101010110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1252; }

 p { color: rgb(251,18,82); }

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

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

 a { background-color: rgb(251,18,82); }

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

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

 span { border-color: rgb(251,18,82); }

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