#FA0060

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

Shades of Razzmatazz #FA0060

Tints of Razzmatazz #FA0060

Color information

#FA0060 (or 0xFA0060) is unknown color: approx Razzmatazz. HEX triplet: FA, 00 and 60. RGB value is (250,0,96). Sum of RGB (Red+Green+Blue) = 250+0+96=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0060 is #05FF9F. Grayscale: #555555. Windows color (decimal): -393120 or 6291706. OLE color: 6291706.

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

Color convert

RGB250096-
CMYK010.620.02
HSL336.96º100%49.02%-
HSV(B)336.96º100%98.04%-
XYZ41.5421.1712.96-
YUV85.69133.82245.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=72.25%
G=0%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250096010.620.02336.9610049.02
HexFA0600643E21516431
Octal3720140014476252114461
Binary111110100110000001100100111110101010100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0060; }

 p { color: rgb(250,0,96); }

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

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

 a { background-color: rgb(250,0,96); }

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

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

 span { border-color: rgb(250,0,96); }

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