#FC7983

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

Shades of Brink Pink #FC7983

Tints of Brink Pink #FC7983

Color information

#FC7983 (or 0xFC7983) is unknown color: approx Brink Pink. HEX triplet: FC, 79 and 83. RGB value is (252,121,131). Sum of RGB (Red+Green+Blue) = 252+121+131=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7983 is #03867C. Grayscale: #A1A1A1. Windows color (decimal): -231037 or 8616444. OLE color: 8616444.

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

Color convert

RGB252121131-
CMYK00.520.480.01
HSL355.42º95.62%73.14%-
HSV(B)355.42º51.98%98.82%-
XYZ51.0836.0125.73-
YUV161.31110.9192.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=50%
G=24.01%
B=25.99%

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
Decimal25212113100.520.480.01355.4295.6273.14
HexFC79830343011636049
Octal374171203064601543140111
Binary111111001111001100000110110100110000110110001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7983; }

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

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

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

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

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

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

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

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