Shades of Brink Pink #FD607E
Tints of Brink Pink #FD607E
RGB
CMYK
RGB Variations
Color information
#FD607E (or 0xFD607E) is known color: Brink Pink. HEX triplet: FD, 60 and 7E. RGB value is (253,96,126). Sum of RGB (Red+Green+Blue) = 253+96+126=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607E is #029F81. Grayscale: #929292. Windows color (decimal): -171906 or 8282365. OLE color: 8282365.
HSL color Cylindrical-coordinate representation of color #FD607E: hue angle of 348.54º 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 #FD607E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 126 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.01 |
| HSL | 348.54º | 0.98% | 0.68% | - |
| HSV(B) | 348.54º | 0.62% | 0.99% | - |
| XYZ | 48.46 | 30.75 | 23.12 | - |
| YUV | 146.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 126 | 0 | 0.62 | 0.50 | 0.01 | 348.54 | 0.98 | 0.68 |
| Hex | FD | 60 | 7E | 0 | 3E | 32 | 1 | 15D | 62 | 44 |
| Octal | 375 | 140 | 176 | 0 | 76 | 62 | 1 | 535 | 142 | 104 |
| Binary | 11111101 | 1100000 | 1111110 | 0 | 111110 | 110010 | 1 | 101011101 | 1100010 | 1000100 |
Color Harmonies of #FD607E
Complementary color
Monochromatic Colors of #FD607E
Black with #FD607E
Text Example
Text Example
White with #FD607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD607E; }
p { color: rgb(253,96,126); }
H1.HeaderClassName
{
color: #FD607E;
}
.AnyTagClassName
{
color: #FD607E;
}
</style>
background-color css
<style>
a { background-color: #FD607E; }
a { background-color: rgb(253,96,126); }
div.DivClassName
{
background-color: #FD607E;
}
.BgClassName
{
background-color: #FD607E;
}
</style>
border-color css
<style>
span { border-color: #FD607E; }
span { border-color: rgb(253,96,126); }
td.TdClassName
{
border-color: #FD607E;
}
.TagClassName
{
border-color: #FD607E;
}
</style>