Shades of Brink Pink #FD737F
Tints of Brink Pink #FD737F
RGB
CMYK
RGB Variations
Color information
#FD737F (or 0xFD737F) is known color: Brink Pink. HEX triplet: FD, 73 and 7F. RGB value is (253,115,127). Sum of RGB (Red+Green+Blue) = 253+115+127=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737F is #028C80. Grayscale: #9D9D9D. Windows color (decimal): -167041 or 8352765. OLE color: 8352765.
HSL color Cylindrical-coordinate representation of color #FD737F: hue angle of 354.78º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD737F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 127 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.01 |
| HSL | 354.78º | 0.97% | 0.72% | - |
| HSV(B) | 354.78º | 0.55% | 0.99% | - |
| XYZ | 50.47 | 34.68 | 24.11 | - |
| YUV | 157.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 127 | 0 | 0.55 | 0.50 | 0.01 | 354.78 | 0.97 | 0.72 |
| Hex | FD | 73 | 7F | 0 | 37 | 32 | 1 | 163 | 61 | 48 |
| Octal | 375 | 163 | 177 | 0 | 67 | 62 | 1 | 543 | 141 | 110 |
| Binary | 11111101 | 1110011 | 1111111 | 0 | 110111 | 110010 | 1 | 101100011 | 1100001 | 1001000 |
Color Harmonies of #FD737F
Complementary color
Monochromatic Colors of #FD737F
Black with #FD737F
Text Example
Text Example
White with #FD737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD737F; }
p { color: rgb(253,115,127); }
H1.HeaderClassName
{
color: #FD737F;
}
.AnyTagClassName
{
color: #FD737F;
}
</style>
background-color css
<style>
a { background-color: #FD737F; }
a { background-color: rgb(253,115,127); }
div.DivClassName
{
background-color: #FD737F;
}
.BgClassName
{
background-color: #FD737F;
}
</style>
border-color css
<style>
span { border-color: #FD737F; }
span { border-color: rgb(253,115,127); }
td.TdClassName
{
border-color: #FD737F;
}
.TagClassName
{
border-color: #FD737F;
}
</style>