#FB1251

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

Shades of Razzmatazz #FB1251

Tints of Razzmatazz #FB1251

Color information

#FB1251 (or 0xFB1251) is unknown color: approx Razzmatazz. HEX triplet: FB, 12 and 51. RGB value is (251,18,81). Sum of RGB (Red+Green+Blue) = 251+18+81=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1251 is #04EDAE. Grayscale: #5E5E5E. Windows color (decimal): -322991 or 5313275. OLE color: 5313275.

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

Color convert

RGB2511881-
CMYK00.930.680.02
HSL343.78º96.68%52.75%-
HSV(B)343.78º92.83%98.43%-
XYZ41.4921.549.75-
YUV94.85120.19239.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.71%
GREEN value IS 18 (7.42% from 255) = 5.14%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=71.71%
G=5.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251188100.930.680.02343.7896.6852.75
HexFB125105D4421586135
Octal373221210135104253014165
Binary11111011100101010001010111011000100101010110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1251; }

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

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

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

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

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

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

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

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