Shades of Brink Pink #FC717C
Tints of Brink Pink #FC717C
RGB
CMYK
RGB Variations
Color information
#FC717C (or 0xFC717C) is known color: Brink Pink. HEX triplet: FC, 71 and 7C. RGB value is (252,113,124). Sum of RGB (Red+Green+Blue) = 252+113+124=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC717C is #038E83. Grayscale: #9B9B9B. Windows color (decimal): -233092 or 8155644. OLE color: 8155644.
HSL color Cylindrical-coordinate representation of color #FC717C: hue angle of 355.25º 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 #FC717C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 124 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.01 |
| HSL | 355.25º | 0.96% | 0.72% | - |
| HSV(B) | 355.25º | 0.55% | 0.99% | - |
| XYZ | 49.69 | 33.96 | 23.01 | - |
| YUV | 155.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 124 | 0 | 0.55 | 0.51 | 0.01 | 355.25 | 0.96 | 0.72 |
| Hex | FC | 71 | 7C | 0 | 37 | 33 | 1 | 163 | 60 | 48 |
| Octal | 374 | 161 | 174 | 0 | 67 | 63 | 1 | 543 | 140 | 110 |
| Binary | 11111100 | 1110001 | 1111100 | 0 | 110111 | 110011 | 1 | 101100011 | 1100000 | 1001000 |
Color Harmonies of #FC717C
Complementary color
Monochromatic Colors of #FC717C
Black with #FC717C
Text Example
Text Example
White with #FC717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC717C; }
p { color: rgb(252,113,124); }
H1.HeaderClassName
{
color: #FC717C;
}
.AnyTagClassName
{
color: #FC717C;
}
</style>
background-color css
<style>
a { background-color: #FC717C; }
a { background-color: rgb(252,113,124); }
div.DivClassName
{
background-color: #FC717C;
}
.BgClassName
{
background-color: #FC717C;
}
</style>
border-color css
<style>
span { border-color: #FC717C; }
span { border-color: rgb(252,113,124); }
td.TdClassName
{
border-color: #FC717C;
}
.TagClassName
{
border-color: #FC717C;
}
</style>