Shades of Brink Pink #FC5B7D
Tints of Brink Pink #FC5B7D
RGB
CMYK
RGB Variations
Color information
#FC5B7D (or 0xFC5B7D) is known color: Brink Pink. HEX triplet: FC, 5B and 7D. RGB value is (252,91,125). Sum of RGB (Red+Green+Blue) = 252+91+125=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B7D is #03A482. Grayscale: #8F8F8F. Windows color (decimal): -238723 or 8215548. OLE color: 8215548.
HSL color Cylindrical-coordinate representation of color #FC5B7D: hue angle of 347.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5B7D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 125 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.01 |
| HSL | 347.33º | 0.96% | 0.67% | - |
| HSV(B) | 347.33º | 0.64% | 0.99% | - |
| XYZ | 47.59 | 29.66 | 22.62 | - |
| YUV | 143.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 125 | 0 | 0.64 | 0.50 | 0.01 | 347.33 | 0.96 | 0.67 |
| Hex | FC | 5B | 7D | 0 | 40 | 32 | 1 | 15B | 60 | 43 |
| Octal | 374 | 133 | 175 | 0 | 100 | 62 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011011 | 1111101 | 0 | 1000000 | 110010 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC5B7D
Complementary color
Monochromatic Colors of #FC5B7D
Black with #FC5B7D
Text Example
Text Example
White with #FC5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B7D; }
p { color: rgb(252,91,125); }
H1.HeaderClassName
{
color: #FC5B7D;
}
.AnyTagClassName
{
color: #FC5B7D;
}
</style>
background-color css
<style>
a { background-color: #FC5B7D; }
a { background-color: rgb(252,91,125); }
div.DivClassName
{
background-color: #FC5B7D;
}
.BgClassName
{
background-color: #FC5B7D;
}
</style>
border-color css
<style>
span { border-color: #FC5B7D; }
span { border-color: rgb(252,91,125); }
td.TdClassName
{
border-color: #FC5B7D;
}
.TagClassName
{
border-color: #FC5B7D;
}
</style>