Shades of Brink Pink #FC6883
Tints of Brink Pink #FC6883
RGB
CMYK
RGB Variations
Color information
#FC6883 (or 0xFC6883) is known color: Brink Pink. HEX triplet: FC, 68 and 83. RGB value is (252,104,131). Sum of RGB (Red+Green+Blue) = 252+104+131=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6883 is #03977C. Grayscale: #979797. Windows color (decimal): -235389 or 8612092. OLE color: 8612092.
HSL color Cylindrical-coordinate representation of color #FC6883: hue angle of 349.05º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6883 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 131 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.01 |
| HSL | 349.05º | 0.96% | 0.7% | - |
| HSV(B) | 349.05º | 0.59% | 0.99% | - |
| XYZ | 49.19 | 32.23 | 25.1 | - |
| YUV | 151.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 131 | 0 | 0.59 | 0.48 | 0.01 | 349.05 | 0.96 | 0.7 |
| Hex | FC | 68 | 83 | 0 | 3B | 30 | 1 | 15D | 60 | 46 |
| Octal | 374 | 150 | 203 | 0 | 73 | 60 | 1 | 535 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10000011 | 0 | 111011 | 110000 | 1 | 101011101 | 1100000 | 1000110 |
Color Harmonies of #FC6883
Complementary color
Monochromatic Colors of #FC6883
Black with #FC6883
Text Example
Text Example
White with #FC6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6883; }
p { color: rgb(252,104,131); }
H1.HeaderClassName
{
color: #FC6883;
}
.AnyTagClassName
{
color: #FC6883;
}
</style>
background-color css
<style>
a { background-color: #FC6883; }
a { background-color: rgb(252,104,131); }
div.DivClassName
{
background-color: #FC6883;
}
.BgClassName
{
background-color: #FC6883;
}
</style>
border-color css
<style>
span { border-color: #FC6883; }
span { border-color: rgb(252,104,131); }
td.TdClassName
{
border-color: #FC6883;
}
.TagClassName
{
border-color: #FC6883;
}
</style>