Shades of Brink Pink #FD6A7A
Tints of Brink Pink #FD6A7A
RGB
CMYK
RGB Variations
Color information
#FD6A7A (or 0xFD6A7A) is known color: Brink Pink. HEX triplet: FD, 6A and 7A. RGB value is (253,106,122). Sum of RGB (Red+Green+Blue) = 253+106+122=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A7A is #029585. Grayscale: #979797. Windows color (decimal): -169350 or 8022781. OLE color: 8022781.
HSL color Cylindrical-coordinate representation of color #FD6A7A: hue angle of 353.47º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6A7A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 122 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.01 |
| HSL | 353.47º | 0.97% | 0.7% | - |
| HSV(B) | 353.47º | 0.58% | 0.99% | - |
| XYZ | 49.17 | 32.6 | 22.11 | - |
| YUV | 151.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 122 | 0 | 0.58 | 0.52 | 0.01 | 353.47 | 0.97 | 0.7 |
| Hex | FD | 6A | 7A | 0 | 3A | 34 | 1 | 161 | 61 | 46 |
| Octal | 375 | 152 | 172 | 0 | 72 | 64 | 1 | 541 | 141 | 106 |
| Binary | 11111101 | 1101010 | 1111010 | 0 | 111010 | 110100 | 1 | 101100001 | 1100001 | 1000110 |
Color Harmonies of #FD6A7A
Complementary color
Monochromatic Colors of #FD6A7A
Black with #FD6A7A
Text Example
Text Example
White with #FD6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A7A; }
p { color: rgb(253,106,122); }
H1.HeaderClassName
{
color: #FD6A7A;
}
.AnyTagClassName
{
color: #FD6A7A;
}
</style>
background-color css
<style>
a { background-color: #FD6A7A; }
a { background-color: rgb(253,106,122); }
div.DivClassName
{
background-color: #FD6A7A;
}
.BgClassName
{
background-color: #FD6A7A;
}
</style>
border-color css
<style>
span { border-color: #FD6A7A; }
span { border-color: rgb(253,106,122); }
td.TdClassName
{
border-color: #FD6A7A;
}
.TagClassName
{
border-color: #FD6A7A;
}
</style>