#F9165B

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

Shades of Razzmatazz #F9165B

Tints of Razzmatazz #F9165B

Color information

#F9165B (or 0xF9165B) is unknown color: approx Razzmatazz. HEX triplet: F9, 16 and 5B. RGB value is (249,22,91). Sum of RGB (Red+Green+Blue) = 249+22+91=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9165B is #06E9A4. Grayscale: #616161. Windows color (decimal): -453029 or 5969657. OLE color: 5969657.

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

Color convert

RGB2492291-
CMYK00.910.630.02
HSL341.76º94.98%53.14%-
HSV(B)341.76º91.16%97.65%-
XYZ41.2421.4711.87-
YUV97.74124.21235.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.78%
GREEN value IS 22 (8.98% from 255) = 6.08%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=68.78%
G=6.08%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249229100.910.630.02341.7694.9853.14
HexF9165B05B3F21565f35
Octal37126133013377252613765
Binary1111100110110101101101011011111111101010101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9165B; }

 p { color: rgb(249,22,91); }

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

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

 a { background-color: rgb(249,22,91); }

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

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

 span { border-color: rgb(249,22,91); }

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