Shades of Brink Pink #FC6393
Tints of Brink Pink #FC6393
RGB
CMYK
RGB Variations
Color information
#FC6393 (or 0xFC6393) is known color: Brink Pink. HEX triplet: FC, 63 and 93. RGB value is (252,99,147). Sum of RGB (Red+Green+Blue) = 252+99+147=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6393 is #039C6C. Grayscale: #969696. Windows color (decimal): -236653 or 9659388. OLE color: 9659388.
HSL color Cylindrical-coordinate representation of color #FC6393: hue angle of 341.18º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6393 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 147 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.01 |
| HSL | 341.18º | 0.96% | 0.69% | - |
| HSV(B) | 341.18º | 0.61% | 0.99% | - |
| XYZ | 49.87 | 31.73 | 31.1 | - |
| YUV | 150.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 147 | 0 | 0.61 | 0.42 | 0.01 | 341.18 | 0.96 | 0.69 |
| Hex | FC | 63 | 93 | 0 | 3D | 2A | 1 | 155 | 60 | 45 |
| Octal | 374 | 143 | 223 | 0 | 75 | 52 | 1 | 525 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10010011 | 0 | 111101 | 101010 | 1 | 101010101 | 1100000 | 1000101 |
Color Harmonies of #FC6393
Complementary color
Monochromatic Colors of #FC6393
Black with #FC6393
Text Example
Text Example
White with #FC6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6393; }
p { color: rgb(252,99,147); }
H1.HeaderClassName
{
color: #FC6393;
}
.AnyTagClassName
{
color: #FC6393;
}
</style>
background-color css
<style>
a { background-color: #FC6393; }
a { background-color: rgb(252,99,147); }
div.DivClassName
{
background-color: #FC6393;
}
.BgClassName
{
background-color: #FC6393;
}
</style>
border-color css
<style>
span { border-color: #FC6393; }
span { border-color: rgb(252,99,147); }
td.TdClassName
{
border-color: #FC6393;
}
.TagClassName
{
border-color: #FC6393;
}
</style>