Shades of Brink Pink #FC6288
Tints of Brink Pink #FC6288
RGB
CMYK
RGB Variations
Color information
#FC6288 (or 0xFC6288) is known color: Brink Pink. HEX triplet: FC, 62 and 88. RGB value is (252,98,136). Sum of RGB (Red+Green+Blue) = 252+98+136=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6288 is #039D77. Grayscale: #949494. Windows color (decimal): -236920 or 8938236. OLE color: 8938236.
HSL color Cylindrical-coordinate representation of color #FC6288: hue angle of 345.19º 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 #FC6288 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 136 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.01 |
| HSL | 345.19º | 0.96% | 0.69% | - |
| HSV(B) | 345.19º | 0.61% | 0.99% | - |
| XYZ | 48.96 | 31.21 | 26.74 | - |
| YUV | 148.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 136 | 0 | 0.61 | 0.46 | 0.01 | 345.19 | 0.96 | 0.69 |
| Hex | FC | 62 | 88 | 0 | 3D | 2E | 1 | 159 | 60 | 45 |
| Octal | 374 | 142 | 210 | 0 | 75 | 56 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10001000 | 0 | 111101 | 101110 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC6288
Complementary color
Monochromatic Colors of #FC6288
Black with #FC6288
Text Example
Text Example
White with #FC6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6288; }
p { color: rgb(252,98,136); }
H1.HeaderClassName
{
color: #FC6288;
}
.AnyTagClassName
{
color: #FC6288;
}
</style>
background-color css
<style>
a { background-color: #FC6288; }
a { background-color: rgb(252,98,136); }
div.DivClassName
{
background-color: #FC6288;
}
.BgClassName
{
background-color: #FC6288;
}
</style>
border-color css
<style>
span { border-color: #FC6288; }
span { border-color: rgb(252,98,136); }
td.TdClassName
{
border-color: #FC6288;
}
.TagClassName
{
border-color: #FC6288;
}
</style>