Shades of Brink Pink #FC6793
Tints of Brink Pink #FC6793
RGB
CMYK
RGB Variations
Color information
#FC6793 (or 0xFC6793) is known color: Brink Pink. HEX triplet: FC, 67 and 93. RGB value is (252,103,147). Sum of RGB (Red+Green+Blue) = 252+103+147=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6793 is #03986C. Grayscale: #989898. Windows color (decimal): -235629 or 9660412. OLE color: 9660412.
HSL color Cylindrical-coordinate representation of color #FC6793: hue angle of 342.28º 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 #FC6793 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 147 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.01 |
| HSL | 342.28º | 0.96% | 0.7% | - |
| HSV(B) | 342.28º | 0.59% | 0.99% | - |
| XYZ | 50.26 | 32.5 | 31.23 | - |
| YUV | 152.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 147 | 0 | 0.59 | 0.42 | 0.01 | 342.28 | 0.96 | 0.7 |
| Hex | FC | 67 | 93 | 0 | 3B | 2A | 1 | 156 | 60 | 46 |
| Octal | 374 | 147 | 223 | 0 | 73 | 52 | 1 | 526 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10010011 | 0 | 111011 | 101010 | 1 | 101010110 | 1100000 | 1000110 |
Color Harmonies of #FC6793
Complementary color
Monochromatic Colors of #FC6793
Black with #FC6793
Text Example
Text Example
White with #FC6793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6793; }
p { color: rgb(252,103,147); }
H1.HeaderClassName
{
color: #FC6793;
}
.AnyTagClassName
{
color: #FC6793;
}
</style>
background-color css
<style>
a { background-color: #FC6793; }
a { background-color: rgb(252,103,147); }
div.DivClassName
{
background-color: #FC6793;
}
.BgClassName
{
background-color: #FC6793;
}
</style>
border-color css
<style>
span { border-color: #FC6793; }
span { border-color: rgb(252,103,147); }
td.TdClassName
{
border-color: #FC6793;
}
.TagClassName
{
border-color: #FC6793;
}
</style>