#F9006C

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

Shades of Razzmatazz #F9006C

Tints of Razzmatazz #F9006C

Color information

#F9006C (or 0xF9006C) is unknown color: approx Razzmatazz. HEX triplet: F9, 00 and 6C. RGB value is (249,0,108). Sum of RGB (Red+Green+Blue) = 249+0+108=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9006C is #06FF93. Grayscale: #565656. Windows color (decimal): -458644 or 7078137. OLE color: 7078137.

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

Color convert

RGB2490108-
CMYK010.570.02
HSL333.98º100%48.82%-
HSV(B)333.98º100%97.65%-
XYZ41.7721.2216.08-
YUV86.76139.99243.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=69.75%
G=0%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490108010.570.02333.9810048.82
HexF906C06439214e6431
Octal3710154014471251614461
Binary111110010110110001100100111001101010011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9006C; }

 p { color: rgb(249,0,108); }

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

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

 a { background-color: rgb(249,0,108); }

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

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

 span { border-color: rgb(249,0,108); }

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