#F9006B

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

Shades of Razzmatazz #F9006B

Tints of Razzmatazz #F9006B

Color information

#F9006B (or 0xF9006B) is unknown color: approx Razzmatazz. HEX triplet: F9, 00 and 6B. RGB value is (249,0,107). Sum of RGB (Red+Green+Blue) = 249+0+107=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F9006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9006B is #06FF94. Grayscale: #565656. Windows color (decimal): -458645 or 7012601. OLE color: 7012601.

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

Color convert

RGB2490107-
CMYK010.570.02
HSL334.22º100%48.82%-
HSV(B)334.22º100%97.65%-
XYZ41.7221.215.8-
YUV86.65139.49243.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=69.94%
G=0%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2490107010.570.02334.2210048.82
HexF906B06439214e6431
Octal3710153014471251614461
Binary111110010110101101100100111001101010011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9006B; }

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

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

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

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

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

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

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

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