#FB0F69

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

Shades of Razzmatazz #FB0F69

Tints of Razzmatazz #FB0F69

Color information

#FB0F69 (or 0xFB0F69) is unknown color: approx Razzmatazz. HEX triplet: FB, 0F and 69. RGB value is (251,15,105). Sum of RGB (Red+Green+Blue) = 251+15+105=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0F69 is #04F096. Grayscale: #5F5F5F. Windows color (decimal): -323735 or 6885371. OLE color: 6885371.

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

Color convert

RGB25115105-
CMYK00.940.580.02
HSL337.12º96.72%52.16%-
HSV(B)337.12º94.02%98.43%-
XYZ42.521.8715.35-
YUV95.82133.19238.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.65%
GREEN value IS 15 (6.25% from 255) = 4.04%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=67.65%
G=4.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511510500.940.580.02337.1296.7252.16
HexFBF6905E3A21516134
Octal37317151013672252114164
Binary111110111111110100101011110111010101010100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0F69; }

 p { color: rgb(251,15,105); }

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

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

 a { background-color: rgb(251,15,105); }

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

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

 span { border-color: rgb(251,15,105); }

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