Shades of Brink Pink #FD7A85
Tints of Brink Pink #FD7A85
RGB
CMYK
RGB Variations
Color information
#FD7A85 (or 0xFD7A85) is known color: Brink Pink. HEX triplet: FD, 7A and 85. RGB value is (253,122,133). Sum of RGB (Red+Green+Blue) = 253+122+133=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A85 is #02857A. Grayscale: #A2A2A2. Windows color (decimal): -165243 or 8747773. OLE color: 8747773.
HSL color Cylindrical-coordinate representation of color #FD7A85: hue angle of 354.96º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A85 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 133 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.01 |
| HSL | 354.96º | 0.97% | 0.74% | - |
| HSV(B) | 354.96º | 0.52% | 0.99% | - |
| XYZ | 51.7 | 36.5 | 26.51 | - |
| YUV | 162.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 133 | 0 | 0.52 | 0.47 | 0.01 | 354.96 | 0.97 | 0.74 |
| Hex | FD | 7A | 85 | 0 | 34 | 2F | 1 | 163 | 61 | 4A |
| Octal | 375 | 172 | 205 | 0 | 64 | 57 | 1 | 543 | 141 | 112 |
| Binary | 11111101 | 1111010 | 10000101 | 0 | 110100 | 101111 | 1 | 101100011 | 1100001 | 1001010 |
Color Harmonies of #FD7A85
Complementary color
Monochromatic Colors of #FD7A85
Black with #FD7A85
Text Example
Text Example
White with #FD7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A85; }
p { color: rgb(253,122,133); }
H1.HeaderClassName
{
color: #FD7A85;
}
.AnyTagClassName
{
color: #FD7A85;
}
</style>
background-color css
<style>
a { background-color: #FD7A85; }
a { background-color: rgb(253,122,133); }
div.DivClassName
{
background-color: #FD7A85;
}
.BgClassName
{
background-color: #FD7A85;
}
</style>
border-color css
<style>
span { border-color: #FD7A85; }
span { border-color: rgb(253,122,133); }
td.TdClassName
{
border-color: #FD7A85;
}
.TagClassName
{
border-color: #FD7A85;
}
</style>