#FC0055

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

Shades of Razzmatazz #FC0055

Tints of Razzmatazz #FC0055

Color information

#FC0055 (or 0xFC0055) is unknown color: approx Razzmatazz. HEX triplet: FC, 00 and 55. RGB value is (252,0,85). Sum of RGB (Red+Green+Blue) = 252+0+85=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0055 is #03FFAA. Grayscale: #545454. Windows color (decimal): -262059 or 5570812. OLE color: 5570812.

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

Color convert

RGB252085-
CMYK010.660.01
HSL339.76º100%49.41%-
HSV(B)339.76º100%98.82%-
XYZ41.7821.3510.51-
YUV85.04127.99247.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=74.78%
G=0%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252085010.660.01339.7610049.41
HexFC0550644211546431
Octal37401250144102152414461
Binary111111000101010101100100100001011010101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0055; }

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

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

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

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

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

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

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

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