Shades of Brink Pink #FD608B
Tints of Brink Pink #FD608B
RGB
CMYK
RGB Variations
Color information
#FD608B (or 0xFD608B) is known color: Brink Pink. HEX triplet: FD, 60 and 8B. RGB value is (253,96,139). Sum of RGB (Red+Green+Blue) = 253+96+139=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD608B is #029F74. Grayscale: #939393. Windows color (decimal): -171893 or 9134333. OLE color: 9134333.
HSL color Cylindrical-coordinate representation of color #FD608B: hue angle of 343.57º 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 #FD608B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 139 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.01 |
| HSL | 343.57º | 0.98% | 0.68% | - |
| HSV(B) | 343.57º | 0.62% | 0.99% | - |
| XYZ | 49.35 | 31.11 | 27.83 | - |
| YUV | 147.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 139 | 0 | 0.62 | 0.45 | 0.01 | 343.57 | 0.98 | 0.68 |
| Hex | FD | 60 | 8B | 0 | 3E | 2D | 1 | 158 | 62 | 44 |
| Octal | 375 | 140 | 213 | 0 | 76 | 55 | 1 | 530 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10001011 | 0 | 111110 | 101101 | 1 | 101011000 | 1100010 | 1000100 |
Color Harmonies of #FD608B
Complementary color
Monochromatic Colors of #FD608B
Black with #FD608B
Text Example
Text Example
White with #FD608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD608B; }
p { color: rgb(253,96,139); }
H1.HeaderClassName
{
color: #FD608B;
}
.AnyTagClassName
{
color: #FD608B;
}
</style>
background-color css
<style>
a { background-color: #FD608B; }
a { background-color: rgb(253,96,139); }
div.DivClassName
{
background-color: #FD608B;
}
.BgClassName
{
background-color: #FD608B;
}
</style>
border-color css
<style>
span { border-color: #FD608B; }
span { border-color: rgb(253,96,139); }
td.TdClassName
{
border-color: #FD608B;
}
.TagClassName
{
border-color: #FD608B;
}
</style>