Shades of Brink Pink #FD607C
Tints of Brink Pink #FD607C
RGB
CMYK
RGB Variations
Color information
#FD607C (or 0xFD607C) is known color: Brink Pink. HEX triplet: FD, 60 and 7C. RGB value is (253,96,124). Sum of RGB (Red+Green+Blue) = 253+96+124=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607C is #029F83. Grayscale: #929292. Windows color (decimal): -171908 or 8151293. OLE color: 8151293.
HSL color Cylindrical-coordinate representation of color #FD607C: hue angle of 349.3º degrees, saturation: 0.98, 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 #FD607C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 124 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.01 |
| HSL | 349.3º | 0.98% | 0.68% | - |
| HSV(B) | 349.3º | 0.62% | 0.99% | - |
| XYZ | 48.33 | 30.7 | 22.45 | - |
| YUV | 146.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 124 | 0 | 0.62 | 0.51 | 0.01 | 349.3 | 0.98 | 0.68 |
| Hex | FD | 60 | 7C | 0 | 3E | 33 | 1 | 15D | 62 | 44 |
| Octal | 375 | 140 | 174 | 0 | 76 | 63 | 1 | 535 | 142 | 104 |
| Binary | 11111101 | 1100000 | 1111100 | 0 | 111110 | 110011 | 1 | 101011101 | 1100010 | 1000100 |
Color Harmonies of #FD607C
Complementary color
Monochromatic Colors of #FD607C
Black with #FD607C
Text Example
Text Example
White with #FD607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD607C; }
p { color: rgb(253,96,124); }
H1.HeaderClassName
{
color: #FD607C;
}
.AnyTagClassName
{
color: #FD607C;
}
</style>
background-color css
<style>
a { background-color: #FD607C; }
a { background-color: rgb(253,96,124); }
div.DivClassName
{
background-color: #FD607C;
}
.BgClassName
{
background-color: #FD607C;
}
</style>
border-color css
<style>
span { border-color: #FD607C; }
span { border-color: rgb(253,96,124); }
td.TdClassName
{
border-color: #FD607C;
}
.TagClassName
{
border-color: #FD607C;
}
</style>