Shades of Brink Pink #FD707B
Tints of Brink Pink #FD707B
RGB
CMYK
RGB Variations
Color information
#FD707B (or 0xFD707B) is known color: Brink Pink. HEX triplet: FD, 70 and 7B. RGB value is (253,112,123). Sum of RGB (Red+Green+Blue) = 253+112+123=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD707B is #028F84. Grayscale: #9B9B9B. Windows color (decimal): -167813 or 8089853. OLE color: 8089853.
HSL color Cylindrical-coordinate representation of color #FD707B: hue angle of 355.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD707B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 123 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.01 |
| HSL | 355.32º | 0.97% | 0.72% | - |
| HSV(B) | 355.32º | 0.56% | 0.99% | - |
| XYZ | 49.88 | 33.9 | 22.65 | - |
| YUV | 155.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 123 | 0 | 0.56 | 0.51 | 0.01 | 355.32 | 0.97 | 0.72 |
| Hex | FD | 70 | 7B | 0 | 38 | 33 | 1 | 163 | 61 | 48 |
| Octal | 375 | 160 | 173 | 0 | 70 | 63 | 1 | 543 | 141 | 110 |
| Binary | 11111101 | 1110000 | 1111011 | 0 | 111000 | 110011 | 1 | 101100011 | 1100001 | 1001000 |
Color Harmonies of #FD707B
Complementary color
Monochromatic Colors of #FD707B
Black with #FD707B
Text Example
Text Example
White with #FD707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD707B; }
p { color: rgb(253,112,123); }
H1.HeaderClassName
{
color: #FD707B;
}
.AnyTagClassName
{
color: #FD707B;
}
</style>
background-color css
<style>
a { background-color: #FD707B; }
a { background-color: rgb(253,112,123); }
div.DivClassName
{
background-color: #FD707B;
}
.BgClassName
{
background-color: #FD707B;
}
</style>
border-color css
<style>
span { border-color: #FD707B; }
span { border-color: rgb(253,112,123); }
td.TdClassName
{
border-color: #FD707B;
}
.TagClassName
{
border-color: #FD707B;
}
</style>