Shades of Brink Pink #FC717B
Tints of Brink Pink #FC717B
RGB
CMYK
RGB Variations
Color information
#FC717B (or 0xFC717B) is known color: Brink Pink. HEX triplet: FC, 71 and 7B. RGB value is (252,113,123). Sum of RGB (Red+Green+Blue) = 252+113+123=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC717B is #038E84. Grayscale: #9B9B9B. Windows color (decimal): -233093 or 8090108. OLE color: 8090108.
HSL color Cylindrical-coordinate representation of color #FC717B: hue angle of 355.68º degrees, saturation: 0.96, 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 #FC717B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 123 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.01 |
| HSL | 355.68º | 0.96% | 0.72% | - |
| HSV(B) | 355.68º | 0.55% | 0.99% | - |
| XYZ | 49.63 | 33.94 | 22.67 | - |
| YUV | 155.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 123 | 0 | 0.55 | 0.51 | 0.01 | 355.68 | 0.96 | 0.72 |
| Hex | FC | 71 | 7B | 0 | 37 | 33 | 1 | 164 | 60 | 48 |
| Octal | 374 | 161 | 173 | 0 | 67 | 63 | 1 | 544 | 140 | 110 |
| Binary | 11111100 | 1110001 | 1111011 | 0 | 110111 | 110011 | 1 | 101100100 | 1100000 | 1001000 |
Color Harmonies of #FC717B
Complementary color
Monochromatic Colors of #FC717B
Black with #FC717B
Text Example
Text Example
White with #FC717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC717B; }
p { color: rgb(252,113,123); }
H1.HeaderClassName
{
color: #FC717B;
}
.AnyTagClassName
{
color: #FC717B;
}
</style>
background-color css
<style>
a { background-color: #FC717B; }
a { background-color: rgb(252,113,123); }
div.DivClassName
{
background-color: #FC717B;
}
.BgClassName
{
background-color: #FC717B;
}
</style>
border-color css
<style>
span { border-color: #FC717B; }
span { border-color: rgb(252,113,123); }
td.TdClassName
{
border-color: #FC717B;
}
.TagClassName
{
border-color: #FC717B;
}
</style>