Shades of Brink Pink #FC5D81
Tints of Brink Pink #FC5D81
RGB
CMYK
RGB Variations
Color information
#FC5D81 (or 0xFC5D81) is known color: Brink Pink. HEX triplet: FC, 5D and 81. RGB value is (252,93,129). Sum of RGB (Red+Green+Blue) = 252+93+129=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D81 is #03A27E. Grayscale: #909090. Windows color (decimal): -238207 or 8478204. OLE color: 8478204.
HSL color Cylindrical-coordinate representation of color #FC5D81: hue angle of 346.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5D81 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 129 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.01 |
| HSL | 346.42º | 0.96% | 0.68% | - |
| HSV(B) | 346.42º | 0.63% | 0.99% | - |
| XYZ | 48.02 | 30.11 | 24.05 | - |
| YUV | 144.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 129 | 0 | 0.63 | 0.49 | 0.01 | 346.42 | 0.96 | 0.68 |
| Hex | FC | 5D | 81 | 0 | 3F | 31 | 1 | 15A | 60 | 44 |
| Octal | 374 | 135 | 201 | 0 | 77 | 61 | 1 | 532 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10000001 | 0 | 111111 | 110001 | 1 | 101011010 | 1100000 | 1000100 |
Color Harmonies of #FC5D81
Complementary color
Monochromatic Colors of #FC5D81
Black with #FC5D81
Text Example
Text Example
White with #FC5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5D81; }
p { color: rgb(252,93,129); }
H1.HeaderClassName
{
color: #FC5D81;
}
.AnyTagClassName
{
color: #FC5D81;
}
</style>
background-color css
<style>
a { background-color: #FC5D81; }
a { background-color: rgb(252,93,129); }
div.DivClassName
{
background-color: #FC5D81;
}
.BgClassName
{
background-color: #FC5D81;
}
</style>
border-color css
<style>
span { border-color: #FC5D81; }
span { border-color: rgb(252,93,129); }
td.TdClassName
{
border-color: #FC5D81;
}
.TagClassName
{
border-color: #FC5D81;
}
</style>