#FC747F

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

Shades of Brink Pink #FC747F

Tints of Brink Pink #FC747F

Color information

#FC747F (or 0xFC747F) is unknown color: approx Brink Pink. HEX triplet: FC, 74 and 7F. RGB value is (252,116,127). Sum of RGB (Red+Green+Blue) = 252+116+127=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC747F is #038B80. Grayscale: #9E9E9E. Windows color (decimal): -232321 or 8353020. OLE color: 8353020.

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

Color convert

RGB252116127-
CMYK00.540.500.01
HSL355.15º95.77%72.16%-
HSV(B)355.15º53.97%98.82%-
XYZ50.2234.7224.13-
YUV157.92110.56195.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 127 (50% from 255) = 25.66%
R=50.91%
G=23.43%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211612700.540.500.01355.1595.7772.16
HexFC747F0363211636048
Octal374164177066621543140110
Binary11111100111010011111110110110110010110110001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC747F; }

 p { color: rgb(252,116,127); }

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

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

 a { background-color: rgb(252,116,127); }

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

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

 span { border-color: rgb(252,116,127); }

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