#FF0055

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

Shades of Razzmatazz #FF0055

Tints of Razzmatazz #FF0055

Color information

#FF0055 (or 0xFF0055) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 55. RGB value is (255,0,85). Sum of RGB (Red+Green+Blue) = 255+0+85=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0055 is #00FFAA. Grayscale: #555555. Windows color (decimal): -65451 or 5570815. OLE color: 5570815.

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

Color convert

RGB255085-
CMYK010.670
HSL340º100%50%-
HSV(B)340º100%100%-
XYZ42.8821.9210.56-
YUV85.93127.48248.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255085010.67034010050
HexFF0550644301546432
Octal37701250144103052414462
Binary111111110101010101100100100001101010101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0055; }

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

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

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

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

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

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

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

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