#F9005A

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

Shades of Razzmatazz #F9005A

Tints of Razzmatazz #F9005A

Color information

#F9005A (or 0xF9005A) is unknown color: approx Razzmatazz. HEX triplet: F9, 00 and 5A. RGB value is (249,0,90). Sum of RGB (Red+Green+Blue) = 249+0+90=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F9005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9005A is #06FFA5. Grayscale: #545454. Windows color (decimal): -458662 or 5898489. OLE color: 5898489.

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

Color convert

RGB249090-
CMYK010.640.02
HSL338.31º100%48.82%-
HSV(B)338.31º100%97.65%-
XYZ40.9120.8811.55-
YUV84.71130.99245.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=73.45%
G=0%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249090010.640.02338.3110048.82
HexF905A0644021526431
Octal37101320144100252214461
Binary1111100101011010011001001000000101010100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9005A; }

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

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

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

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

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

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

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

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