#FA0562

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

Shades of Razzmatazz #FA0562

Tints of Razzmatazz #FA0562

Color information

#FA0562 (or 0xFA0562) is unknown color: approx Razzmatazz. HEX triplet: FA, 05 and 62. RGB value is (250,5,98). Sum of RGB (Red+Green+Blue) = 250+5+98=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0562 is #05FA9D. Grayscale: #585858. Windows color (decimal): -391838 or 6424058. OLE color: 6424058.

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

Color convert

RGB250598-
CMYK00.980.610.02
HSL337.22º96.08%50%-
HSV(B)337.22º98%98.04%-
XYZ41.6821.3113.47-
YUV88.86133.17242.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=70.82%
G=1.42%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25059800.980.610.02337.2296.0850
HexFA5620623D21516032
Octal3725142014275252114062
Binary11111010101110001001100010111101101010100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0562; }

 p { color: rgb(250,5,98); }

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

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

 a { background-color: rgb(250,5,98); }

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

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

 span { border-color: rgb(250,5,98); }

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