Shades of Brink Pink #FD627A
Tints of Brink Pink #FD627A
RGB
CMYK
RGB Variations
Color information
#FD627A (or 0xFD627A) is known color: Brink Pink. HEX triplet: FD, 62 and 7A. RGB value is (253,98,122). Sum of RGB (Red+Green+Blue) = 253+98+122=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD627A is #029D85. Grayscale: #939393. Windows color (decimal): -171398 or 8020733. OLE color: 8020733.
HSL color Cylindrical-coordinate representation of color #FD627A: hue angle of 350.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD627A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 122 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.01 |
| HSL | 350.71º | 0.97% | 0.69% | - |
| HSV(B) | 350.71º | 0.61% | 0.99% | - |
| XYZ | 48.39 | 31.02 | 21.85 | - |
| YUV | 147.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 122 | 0 | 0.61 | 0.52 | 0.01 | 350.71 | 0.97 | 0.69 |
| Hex | FD | 62 | 7A | 0 | 3D | 34 | 1 | 15F | 61 | 45 |
| Octal | 375 | 142 | 172 | 0 | 75 | 64 | 1 | 537 | 141 | 105 |
| Binary | 11111101 | 1100010 | 1111010 | 0 | 111101 | 110100 | 1 | 101011111 | 1100001 | 1000101 |
Color Harmonies of #FD627A
Complementary color
Monochromatic Colors of #FD627A
Black with #FD627A
Text Example
Text Example
White with #FD627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD627A; }
p { color: rgb(253,98,122); }
H1.HeaderClassName
{
color: #FD627A;
}
.AnyTagClassName
{
color: #FD627A;
}
</style>
background-color css
<style>
a { background-color: #FD627A; }
a { background-color: rgb(253,98,122); }
div.DivClassName
{
background-color: #FD627A;
}
.BgClassName
{
background-color: #FD627A;
}
</style>
border-color css
<style>
span { border-color: #FD627A; }
span { border-color: rgb(253,98,122); }
td.TdClassName
{
border-color: #FD627A;
}
.TagClassName
{
border-color: #FD627A;
}
</style>