Shades of Brink Pink #FC6385
Tints of Brink Pink #FC6385
RGB
CMYK
RGB Variations
Color information
#FC6385 (or 0xFC6385) is known color: Brink Pink. HEX triplet: FC, 63 and 85. RGB value is (252,99,133). Sum of RGB (Red+Green+Blue) = 252+99+133=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6385 is #039C7A. Grayscale: #949494. Windows color (decimal): -236667 or 8741884. OLE color: 8741884.
HSL color Cylindrical-coordinate representation of color #FC6385: hue angle of 346.67º 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 #FC6385 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 133 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.01 |
| HSL | 346.67º | 0.96% | 0.69% | - |
| HSV(B) | 346.67º | 0.61% | 0.99% | - |
| XYZ | 48.84 | 31.31 | 25.66 | - |
| YUV | 148.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 133 | 0 | 0.61 | 0.47 | 0.01 | 346.67 | 0.96 | 0.69 |
| Hex | FC | 63 | 85 | 0 | 3D | 2F | 1 | 15B | 60 | 45 |
| Octal | 374 | 143 | 205 | 0 | 75 | 57 | 1 | 533 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10000101 | 0 | 111101 | 101111 | 1 | 101011011 | 1100000 | 1000101 |
Color Harmonies of #FC6385
Complementary color
Monochromatic Colors of #FC6385
Black with #FC6385
Text Example
Text Example
White with #FC6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6385; }
p { color: rgb(252,99,133); }
H1.HeaderClassName
{
color: #FC6385;
}
.AnyTagClassName
{
color: #FC6385;
}
</style>
background-color css
<style>
a { background-color: #FC6385; }
a { background-color: rgb(252,99,133); }
div.DivClassName
{
background-color: #FC6385;
}
.BgClassName
{
background-color: #FC6385;
}
</style>
border-color css
<style>
span { border-color: #FC6385; }
span { border-color: rgb(252,99,133); }
td.TdClassName
{
border-color: #FC6385;
}
.TagClassName
{
border-color: #FC6385;
}
</style>