#FF0057

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

Shades of Razzmatazz #FF0057

Tints of Razzmatazz #FF0057

Color information

#FF0057 (or 0xFF0057) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 57. RGB value is (255,0,87). Sum of RGB (Red+Green+Blue) = 255+0+87=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0057 is #00FFA8. Grayscale: #565656. Windows color (decimal): -65449 or 5701887. OLE color: 5701887.

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

Color convert

RGB255087-
CMYK010.660
HSL339.53º100%50%-
HSV(B)339.53º100%100%-
XYZ42.9621.9510.99-
YUV86.16128.48248.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=74.56%
G=0%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255087010.660339.5310050
HexFF0570644201546432
Octal37701270144102052414462
Binary111111110101011101100100100001001010101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0057; }

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

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

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

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

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

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

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

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