#FF0060

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

Shades of Razzmatazz #FF0060

Tints of Razzmatazz #FF0060

Color information

#FF0060 (or 0xFF0060) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 60. RGB value is (255,0,96). Sum of RGB (Red+Green+Blue) = 255+0+96=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0060 is #00FF9F. Grayscale: #575757. Windows color (decimal): -65440 or 6291711. OLE color: 6291711.

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

Color convert

RGB255096-
CMYK010.620
HSL337.41º100%50%-
HSV(B)337.41º100%100%-
XYZ43.3522.113.05-
YUV87.19132.98247.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=72.65%
G=0%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255096010.620337.4110050
HexFF0600643E01516432
Octal3770140014476052114462
Binary11111111011000000110010011111001010100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0060; }

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

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

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

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

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

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

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

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