Shades of Brink Pink #FC6783
Tints of Brink Pink #FC6783
RGB
CMYK
RGB Variations
Color information
#FC6783 (or 0xFC6783) is known color: Brink Pink. HEX triplet: FC, 67 and 83. RGB value is (252,103,131). Sum of RGB (Red+Green+Blue) = 252+103+131=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6783 is #03987C. Grayscale: #969696. Windows color (decimal): -235645 or 8611836. OLE color: 8611836.
HSL color Cylindrical-coordinate representation of color #FC6783: hue angle of 348.72º 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 #FC6783 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 131 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.01 |
| HSL | 348.72º | 0.96% | 0.7% | - |
| HSV(B) | 348.72º | 0.59% | 0.99% | - |
| XYZ | 49.09 | 32.03 | 25.07 | - |
| YUV | 150.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 131 | 0 | 0.59 | 0.48 | 0.01 | 348.72 | 0.96 | 0.7 |
| Hex | FC | 67 | 83 | 0 | 3B | 30 | 1 | 15D | 60 | 46 |
| Octal | 374 | 147 | 203 | 0 | 73 | 60 | 1 | 535 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10000011 | 0 | 111011 | 110000 | 1 | 101011101 | 1100000 | 1000110 |
Color Harmonies of #FC6783
Complementary color
Monochromatic Colors of #FC6783
Black with #FC6783
Text Example
Text Example
White with #FC6783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6783; }
p { color: rgb(252,103,131); }
H1.HeaderClassName
{
color: #FC6783;
}
.AnyTagClassName
{
color: #FC6783;
}
</style>
background-color css
<style>
a { background-color: #FC6783; }
a { background-color: rgb(252,103,131); }
div.DivClassName
{
background-color: #FC6783;
}
.BgClassName
{
background-color: #FC6783;
}
</style>
border-color css
<style>
span { border-color: #FC6783; }
span { border-color: rgb(252,103,131); }
td.TdClassName
{
border-color: #FC6783;
}
.TagClassName
{
border-color: #FC6783;
}
</style>