Shades of Brink Pink #FC7380
Tints of Brink Pink #FC7380
RGB
CMYK
RGB Variations
Color information
#FC7380 (or 0xFC7380) is known color: Brink Pink. HEX triplet: FC, 73 and 80. RGB value is (252,115,128). Sum of RGB (Red+Green+Blue) = 252+115+128=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7380 is #038C7F. Grayscale: #9D9D9D. Windows color (decimal): -232576 or 8418300. OLE color: 8418300.
HSL color Cylindrical-coordinate representation of color #FC7380: hue angle of 354.31º 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 #FC7380 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 128 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.01 |
| HSL | 354.31º | 0.96% | 0.72% | - |
| HSV(B) | 354.31º | 0.54% | 0.99% | - |
| XYZ | 50.17 | 34.52 | 24.44 | - |
| YUV | 157.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 128 | 0 | 0.54 | 0.49 | 0.01 | 354.31 | 0.96 | 0.72 |
| Hex | FC | 73 | 80 | 0 | 36 | 31 | 1 | 162 | 60 | 48 |
| Octal | 374 | 163 | 200 | 0 | 66 | 61 | 1 | 542 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10000000 | 0 | 110110 | 110001 | 1 | 101100010 | 1100000 | 1001000 |
Color Harmonies of #FC7380
Complementary color
Monochromatic Colors of #FC7380
Black with #FC7380
Text Example
Text Example
White with #FC7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7380; }
p { color: rgb(252,115,128); }
H1.HeaderClassName
{
color: #FC7380;
}
.AnyTagClassName
{
color: #FC7380;
}
</style>
background-color css
<style>
a { background-color: #FC7380; }
a { background-color: rgb(252,115,128); }
div.DivClassName
{
background-color: #FC7380;
}
.BgClassName
{
background-color: #FC7380;
}
</style>
border-color css
<style>
span { border-color: #FC7380; }
span { border-color: rgb(252,115,128); }
td.TdClassName
{
border-color: #FC7380;
}
.TagClassName
{
border-color: #FC7380;
}
</style>