#FC6493

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

Shades of Brink Pink #FC6493

Tints of Brink Pink #FC6493

Color information

#FC6493 (or 0xFC6493) is unknown color: approx Brink Pink. HEX triplet: FC, 64 and 93. RGB value is (252,100,147). Sum of RGB (Red+Green+Blue) = 252+100+147=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6493 is #039B6C. Grayscale: #969696. Windows color (decimal): -236397 or 9659644. OLE color: 9659644.

HSL color Cylindrical-coordinate representation of color #FC6493: hue angle of 341.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6493 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252100147-
CMYK00.600.420.01
HSL341.45º96.2%69.02%-
HSV(B)341.45º60.32%98.82%-
XYZ49.9731.9231.13-
YUV150.81125.86200.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.50%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=50.50%
G=20.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210014700.600.420.01341.4596.269.02
HexFC649303C2A11556045
Octal374144223074521525140105
Binary111111001100100100100110111100101010110101010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6493; }

 p { color: rgb(252,100,147); }

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

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

 a { background-color: rgb(252,100,147); }

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

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

 span { border-color: rgb(252,100,147); }

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