Shades of Brink Pink #FD6685
Tints of Brink Pink #FD6685
RGB
CMYK
RGB Variations
Color information
#FD6685 (or 0xFD6685) is known color: Brink Pink. HEX triplet: FD, 66 and 85. RGB value is (253,102,133). Sum of RGB (Red+Green+Blue) = 253+102+133=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6685 is #02997A. Grayscale: #969696. Windows color (decimal): -170363 or 8742653. OLE color: 8742653.
HSL color Cylindrical-coordinate representation of color #FD6685: hue angle of 347.68º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6685 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 133 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.01 |
| HSL | 347.68º | 0.97% | 0.7% | - |
| HSV(B) | 347.68º | 0.6% | 0.99% | - |
| XYZ | 49.49 | 32.08 | 25.77 | - |
| YUV | 150.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 133 | 0 | 0.60 | 0.47 | 0.01 | 347.68 | 0.97 | 0.7 |
| Hex | FD | 66 | 85 | 0 | 3C | 2F | 1 | 15C | 61 | 46 |
| Octal | 375 | 146 | 205 | 0 | 74 | 57 | 1 | 534 | 141 | 106 |
| Binary | 11111101 | 1100110 | 10000101 | 0 | 111100 | 101111 | 1 | 101011100 | 1100001 | 1000110 |
Color Harmonies of #FD6685
Complementary color
Monochromatic Colors of #FD6685
Black with #FD6685
Text Example
Text Example
White with #FD6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6685; }
p { color: rgb(253,102,133); }
H1.HeaderClassName
{
color: #FD6685;
}
.AnyTagClassName
{
color: #FD6685;
}
</style>
background-color css
<style>
a { background-color: #FD6685; }
a { background-color: rgb(253,102,133); }
div.DivClassName
{
background-color: #FD6685;
}
.BgClassName
{
background-color: #FD6685;
}
</style>
border-color css
<style>
span { border-color: #FD6685; }
span { border-color: rgb(253,102,133); }
td.TdClassName
{
border-color: #FD6685;
}
.TagClassName
{
border-color: #FD6685;
}
</style>