Shades of Brink Pink #FD6C7C
Tints of Brink Pink #FD6C7C
RGB
CMYK
RGB Variations
Color information
#FD6C7C (or 0xFD6C7C) is known color: Brink Pink. HEX triplet: FD, 6C and 7C. RGB value is (253,108,124). Sum of RGB (Red+Green+Blue) = 253+108+124=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C7C is #029383. Grayscale: #999999. Windows color (decimal): -168836 or 8154365. OLE color: 8154365.
HSL color Cylindrical-coordinate representation of color #FD6C7C: hue angle of 353.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6C7C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 124 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.01 |
| HSL | 353.38º | 0.97% | 0.71% | - |
| HSV(B) | 353.38º | 0.57% | 0.99% | - |
| XYZ | 49.51 | 33.06 | 22.84 | - |
| YUV | 153.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 124 | 0 | 0.57 | 0.51 | 0.01 | 353.38 | 0.97 | 0.71 |
| Hex | FD | 6C | 7C | 0 | 39 | 33 | 1 | 161 | 61 | 47 |
| Octal | 375 | 154 | 174 | 0 | 71 | 63 | 1 | 541 | 141 | 107 |
| Binary | 11111101 | 1101100 | 1111100 | 0 | 111001 | 110011 | 1 | 101100001 | 1100001 | 1000111 |
Color Harmonies of #FD6C7C
Complementary color
Monochromatic Colors of #FD6C7C
Black with #FD6C7C
Text Example
Text Example
White with #FD6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C7C; }
p { color: rgb(253,108,124); }
H1.HeaderClassName
{
color: #FD6C7C;
}
.AnyTagClassName
{
color: #FD6C7C;
}
</style>
background-color css
<style>
a { background-color: #FD6C7C; }
a { background-color: rgb(253,108,124); }
div.DivClassName
{
background-color: #FD6C7C;
}
.BgClassName
{
background-color: #FD6C7C;
}
</style>
border-color css
<style>
span { border-color: #FD6C7C; }
span { border-color: rgb(253,108,124); }
td.TdClassName
{
border-color: #FD6C7C;
}
.TagClassName
{
border-color: #FD6C7C;
}
</style>