#F9116B

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

Shades of Razzmatazz #F9116B

Tints of Razzmatazz #F9116B

Color information

#F9116B (or 0xF9116B) is unknown color: approx Razzmatazz. HEX triplet: F9, 11 and 6B. RGB value is (249,17,107). Sum of RGB (Red+Green+Blue) = 249+17+107=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F9116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9116B is #06EE94. Grayscale: #606060. Windows color (decimal): -454293 or 7016953. OLE color: 7016953.

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

Color convert

RGB24917107-
CMYK00.930.570.02
HSL336.72º95.08%52.16%-
HSV(B)336.72º93.17%97.65%-
XYZ41.9221.615.87-
YUV96.63133.86236.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.76%
GREEN value IS 17 (7.03% from 255) = 4.56%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=66.76%
G=4.56%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491710700.930.570.02336.7295.0852.16
HexF9116B05D3921515f34
Octal37121153013571252113764
Binary1111100110001110101101011101111001101010100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9116B; }

 p { color: rgb(249,17,107); }

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

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

 a { background-color: rgb(249,17,107); }

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

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

 span { border-color: rgb(249,17,107); }

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