#FC00A7

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

Shades of Hollywood Cerise #FC00A7

Tints of Hollywood Cerise #FC00A7

Color information

#FC00A7 (or 0xFC00A7) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 00 and A7. RGB value is (252,0,167). Sum of RGB (Red+Green+Blue) = 252+0+167=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00A7 is #03FF58. Grayscale: #5D5D5D. Windows color (decimal): -261977 or 10944764. OLE color: 10944764.

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

Color convert

RGB2520167-
CMYK010.340.01
HSL320.24º100%49.41%-
HSV(B)320.24º100%98.82%-
XYZ47.1223.4938.61-
YUV94.39168.99240.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=60.14%
G=0%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520167010.340.01320.2410049.41
HexFC0A70642211406431
Octal3740247014442150014461
Binary111111000101001110110010010001011010000001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC00A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC00A7; }

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

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

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

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

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

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

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

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