#FC7984

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

Shades of Brink Pink #FC7984

Tints of Brink Pink #FC7984

Color information

#FC7984 (or 0xFC7984) is unknown color: approx Brink Pink. HEX triplet: FC, 79 and 84. RGB value is (252,121,132). Sum of RGB (Red+Green+Blue) = 252+121+132=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7984 is #03867B. Grayscale: #A1A1A1. Windows color (decimal): -231036 or 8681980. OLE color: 8681980.

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

Color convert

RGB252121132-
CMYK00.520.480.01
HSL354.96º95.62%73.14%-
HSV(B)354.96º51.98%98.82%-
XYZ51.1536.0426.09-
YUV161.42111.4192.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=49.90%
G=23.96%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212113200.520.480.01354.9695.6273.14
HexFC79840343011636049
Octal374171204064601543140111
Binary111111001111001100001000110100110000110110001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7984; }

 p { color: rgb(252,121,132); }

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

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

 a { background-color: rgb(252,121,132); }

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

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

 span { border-color: rgb(252,121,132); }

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