Shades of Brink Pink #FD6F8A
Tints of Brink Pink #FD6F8A
RGB
CMYK
RGB Variations
Color information
#FD6F8A (or 0xFD6F8A) is known color: Brink Pink. HEX triplet: FD, 6F and 8A. RGB value is (253,111,138). Sum of RGB (Red+Green+Blue) = 253+111+138=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6F8A is #029075. Grayscale: #9C9C9C. Windows color (decimal): -168054 or 9072637. OLE color: 9072637.
HSL color Cylindrical-coordinate representation of color #FD6F8A: hue angle of 348.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6F8A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 138 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.01 |
| HSL | 348.59º | 0.97% | 0.71% | - |
| HSV(B) | 348.59º | 0.56% | 0.99% | - |
| XYZ | 50.78 | 34.09 | 27.95 | - |
| YUV | 156.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 138 | 0 | 0.56 | 0.45 | 0.01 | 348.59 | 0.97 | 0.71 |
| Hex | FD | 6F | 8A | 0 | 38 | 2D | 1 | 15D | 61 | 47 |
| Octal | 375 | 157 | 212 | 0 | 70 | 55 | 1 | 535 | 141 | 107 |
| Binary | 11111101 | 1101111 | 10001010 | 0 | 111000 | 101101 | 1 | 101011101 | 1100001 | 1000111 |
Color Harmonies of #FD6F8A
Complementary color
Monochromatic Colors of #FD6F8A
Black with #FD6F8A
Text Example
Text Example
White with #FD6F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6F8A; }
p { color: rgb(253,111,138); }
H1.HeaderClassName
{
color: #FD6F8A;
}
.AnyTagClassName
{
color: #FD6F8A;
}
</style>
background-color css
<style>
a { background-color: #FD6F8A; }
a { background-color: rgb(253,111,138); }
div.DivClassName
{
background-color: #FD6F8A;
}
.BgClassName
{
background-color: #FD6F8A;
}
</style>
border-color css
<style>
span { border-color: #FD6F8A; }
span { border-color: rgb(253,111,138); }
td.TdClassName
{
border-color: #FD6F8A;
}
.TagClassName
{
border-color: #FD6F8A;
}
</style>