#F9165A

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

Shades of Razzmatazz #F9165A

Tints of Razzmatazz #F9165A

Color information

#F9165A (or 0xF9165A) is unknown color: approx Razzmatazz. HEX triplet: F9, 16 and 5A. RGB value is (249,22,90). Sum of RGB (Red+Green+Blue) = 249+22+90=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9165A is #06E9A5. Grayscale: #616161. Windows color (decimal): -453030 or 5904121. OLE color: 5904121.

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

Color convert

RGB2492290-
CMYK00.910.640.02
HSL342.03º94.98%53.14%-
HSV(B)342.03º91.16%97.65%-
XYZ41.221.4511.64-
YUV97.62123.71235.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.98%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=68.98%
G=6.09%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249229000.910.640.02342.0394.9853.14
HexF9165A05B4021565f35
Octal371261320133100252613765
Binary11111001101101011010010110111000000101010101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9165A; }

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

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

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

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

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

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

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

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