#FC7AC0

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

Shades of Persian Pink #FC7AC0

Tints of Persian Pink #FC7AC0

Color information

#FC7AC0 (or 0xFC7AC0) is unknown color: approx Persian Pink. HEX triplet: FC, 7A and C0. RGB value is (252,122,192). Sum of RGB (Red+Green+Blue) = 252+122+192=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7AC0 is #03853F. Grayscale: #A8A8A8. Windows color (decimal): -230720 or 12614396. OLE color: 12614396.

HSL color Cylindrical-coordinate representation of color #FC7AC0: hue angle of 327.69º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AC0 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252122192-
CMYK00.520.240.01
HSL327.69º95.59%73.33%-
HSV(B)327.69º51.59%98.82%-
XYZ56.6238.4254.3-
YUV168.85141.07187.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 122 (48.05% from 255) = 21.55%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=44.52%
G=21.55%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212219200.520.240.01327.6995.5973.33
HexFC7AC00341811486049
Octal374172300064301510140111
Binary11111100111101011000000011010011000110100100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7AC0; }

 p { color: rgb(252,122,192); }

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

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

 a { background-color: rgb(252,122,192); }

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

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

 span { border-color: rgb(252,122,192); }

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