Shades of Brink Pink #FD6085
Tints of Brink Pink #FD6085
RGB
CMYK
RGB Variations
Color information
#FD6085 (or 0xFD6085) is known color: Brink Pink. HEX triplet: FD, 60 and 85. RGB value is (253,96,133). Sum of RGB (Red+Green+Blue) = 253+96+133=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6085 is #029F7A. Grayscale: #939393. Windows color (decimal): -171899 or 8741117. OLE color: 8741117.
HSL color Cylindrical-coordinate representation of color #FD6085: hue angle of 345.86º 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 #FD6085 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 133 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.01 |
| HSL | 345.86º | 0.98% | 0.68% | - |
| HSV(B) | 345.86º | 0.62% | 0.99% | - |
| XYZ | 48.92 | 30.94 | 25.58 | - |
| YUV | 147.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 133 | 0 | 0.62 | 0.47 | 0.01 | 345.86 | 0.98 | 0.68 |
| Hex | FD | 60 | 85 | 0 | 3E | 2F | 1 | 15A | 62 | 44 |
| Octal | 375 | 140 | 205 | 0 | 76 | 57 | 1 | 532 | 142 | 104 |
| Binary | 11111101 | 1100000 | 10000101 | 0 | 111110 | 101111 | 1 | 101011010 | 1100010 | 1000100 |
Color Harmonies of #FD6085
Complementary color
Monochromatic Colors of #FD6085
Black with #FD6085
Text Example
Text Example
White with #FD6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6085; }
p { color: rgb(253,96,133); }
H1.HeaderClassName
{
color: #FD6085;
}
.AnyTagClassName
{
color: #FD6085;
}
</style>
background-color css
<style>
a { background-color: #FD6085; }
a { background-color: rgb(253,96,133); }
div.DivClassName
{
background-color: #FD6085;
}
.BgClassName
{
background-color: #FD6085;
}
</style>
border-color css
<style>
span { border-color: #FD6085; }
span { border-color: rgb(253,96,133); }
td.TdClassName
{
border-color: #FD6085;
}
.TagClassName
{
border-color: #FD6085;
}
</style>