#FC004F

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

Shades of Razzmatazz #FC004F

Tints of Razzmatazz #FC004F

Color information

#FC004F (or 0xFC004F) is unknown color: approx Razzmatazz. HEX triplet: FC, 00 and 4F. RGB value is (252,0,79). Sum of RGB (Red+Green+Blue) = 252+0+79=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC004F is #03FFB0. Grayscale: #545454. Windows color (decimal): -262065 or 5177596. OLE color: 5177596.

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

Color convert

RGB252079-
CMYK010.690.01
HSL341.19º100%49.41%-
HSV(B)341.19º100%98.82%-
XYZ41.5621.269.31-
YUV84.35124.99247.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=76.13%
G=0%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252079010.690.01341.1910049.41
HexFC04F0644511556431
Octal37401170144105152514461
Binary111111000100111101100100100010111010101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC004F; }

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

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

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

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

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

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

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

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