Shades of Brink Pink #FC607F
Tints of Brink Pink #FC607F
RGB
CMYK
RGB Variations
Color information
#FC607F (or 0xFC607F) is known color: Brink Pink. HEX triplet: FC, 60 and 7F. RGB value is (252,96,127). Sum of RGB (Red+Green+Blue) = 252+96+127=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC607F is #039F80. Grayscale: #929292. Windows color (decimal): -237441 or 8347900. OLE color: 8347900.
HSL color Cylindrical-coordinate representation of color #FC607F: hue angle of 348.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC607F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 127 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.01 |
| HSL | 348.08º | 0.96% | 0.68% | - |
| HSV(B) | 348.08º | 0.62% | 0.99% | - |
| XYZ | 48.16 | 30.59 | 23.45 | - |
| YUV | 146.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 127 | 0 | 0.62 | 0.50 | 0.01 | 348.08 | 0.96 | 0.68 |
| Hex | FC | 60 | 7F | 0 | 3E | 32 | 1 | 15C | 60 | 44 |
| Octal | 374 | 140 | 177 | 0 | 76 | 62 | 1 | 534 | 140 | 104 |
| Binary | 11111100 | 1100000 | 1111111 | 0 | 111110 | 110010 | 1 | 101011100 | 1100000 | 1000100 |
Color Harmonies of #FC607F
Complementary color
Monochromatic Colors of #FC607F
Black with #FC607F
Text Example
Text Example
White with #FC607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC607F; }
p { color: rgb(252,96,127); }
H1.HeaderClassName
{
color: #FC607F;
}
.AnyTagClassName
{
color: #FC607F;
}
</style>
background-color css
<style>
a { background-color: #FC607F; }
a { background-color: rgb(252,96,127); }
div.DivClassName
{
background-color: #FC607F;
}
.BgClassName
{
background-color: #FC607F;
}
</style>
border-color css
<style>
span { border-color: #FC607F; }
span { border-color: rgb(252,96,127); }
td.TdClassName
{
border-color: #FC607F;
}
.TagClassName
{
border-color: #FC607F;
}
</style>