Shades of Brink Pink #FD668A
Tints of Brink Pink #FD668A
RGB
CMYK
RGB Variations
Color information
#FD668A (or 0xFD668A) is known color: Brink Pink. HEX triplet: FD, 66 and 8A. RGB value is (253,102,138). Sum of RGB (Red+Green+Blue) = 253+102+138=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD668A is #029975. Grayscale: #979797. Windows color (decimal): -170358 or 9070333. OLE color: 9070333.
HSL color Cylindrical-coordinate representation of color #FD668A: hue angle of 345.7º 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 #FD668A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 138 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 345.7º | 0.97% | 0.7% | - |
| HSV(B) | 345.7º | 0.6% | 0.99% | - |
| XYZ | 49.85 | 32.22 | 27.64 | - |
| YUV | 151.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 138 | 0 | 0.60 | 0.45 | 0.01 | 345.7 | 0.97 | 0.7 |
| Hex | FD | 66 | 8A | 0 | 3C | 2D | 1 | 15A | 61 | 46 |
| Octal | 375 | 146 | 212 | 0 | 74 | 55 | 1 | 532 | 141 | 106 |
| Binary | 11111101 | 1100110 | 10001010 | 0 | 111100 | 101101 | 1 | 101011010 | 1100001 | 1000110 |
Color Harmonies of #FD668A
Complementary color
Monochromatic Colors of #FD668A
Black with #FD668A
Text Example
Text Example
White with #FD668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD668A; }
p { color: rgb(253,102,138); }
H1.HeaderClassName
{
color: #FD668A;
}
.AnyTagClassName
{
color: #FD668A;
}
</style>
background-color css
<style>
a { background-color: #FD668A; }
a { background-color: rgb(253,102,138); }
div.DivClassName
{
background-color: #FD668A;
}
.BgClassName
{
background-color: #FD668A;
}
</style>
border-color css
<style>
span { border-color: #FD668A; }
span { border-color: rgb(253,102,138); }
td.TdClassName
{
border-color: #FD668A;
}
.TagClassName
{
border-color: #FD668A;
}
</style>