Shades of Brink Pink #FD667D
Tints of Brink Pink #FD667D
RGB
CMYK
RGB Variations
Color information
#FD667D (or 0xFD667D) is known color: Brink Pink. HEX triplet: FD, 66 and 7D. RGB value is (253,102,125). Sum of RGB (Red+Green+Blue) = 253+102+125=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD667D is #029982. Grayscale: #959595. Windows color (decimal): -170371 or 8218365. OLE color: 8218365.
HSL color Cylindrical-coordinate representation of color #FD667D: hue angle of 350.86º 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 #FD667D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 125 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.01 |
| HSL | 350.86º | 0.97% | 0.7% | - |
| HSV(B) | 350.86º | 0.6% | 0.99% | - |
| XYZ | 48.96 | 31.87 | 22.97 | - |
| YUV | 149.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 125 | 0 | 0.60 | 0.51 | 0.01 | 350.86 | 0.97 | 0.7 |
| Hex | FD | 66 | 7D | 0 | 3C | 33 | 1 | 15F | 61 | 46 |
| Octal | 375 | 146 | 175 | 0 | 74 | 63 | 1 | 537 | 141 | 106 |
| Binary | 11111101 | 1100110 | 1111101 | 0 | 111100 | 110011 | 1 | 101011111 | 1100001 | 1000110 |
Color Harmonies of #FD667D
Complementary color
Monochromatic Colors of #FD667D
Black with #FD667D
Text Example
Text Example
White with #FD667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD667D; }
p { color: rgb(253,102,125); }
H1.HeaderClassName
{
color: #FD667D;
}
.AnyTagClassName
{
color: #FD667D;
}
</style>
background-color css
<style>
a { background-color: #FD667D; }
a { background-color: rgb(253,102,125); }
div.DivClassName
{
background-color: #FD667D;
}
.BgClassName
{
background-color: #FD667D;
}
</style>
border-color css
<style>
span { border-color: #FD667D; }
span { border-color: rgb(253,102,125); }
td.TdClassName
{
border-color: #FD667D;
}
.TagClassName
{
border-color: #FD667D;
}
</style>