Shades of Brink Pink #FC758B
Tints of Brink Pink #FC758B
RGB
CMYK
RGB Variations
Color information
#FC758B (or 0xFC758B) is known color: Brink Pink. HEX triplet: FC, 75 and 8B. RGB value is (252,117,139). Sum of RGB (Red+Green+Blue) = 252+117+139=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC758B is #038A74. Grayscale: #9F9F9F. Windows color (decimal): -232053 or 9139708. OLE color: 9139708.
HSL color Cylindrical-coordinate representation of color #FC758B: hue angle of 350.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC758B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 139 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.01 |
| HSL | 350.22º | 0.96% | 0.72% | - |
| HSV(B) | 350.22º | 0.54% | 0.99% | - |
| XYZ | 51.17 | 35.28 | 28.54 | - |
| YUV | 159.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 139 | 0 | 0.54 | 0.45 | 0.01 | 350.22 | 0.96 | 0.72 |
| Hex | FC | 75 | 8B | 0 | 36 | 2D | 1 | 15E | 60 | 48 |
| Octal | 374 | 165 | 213 | 0 | 66 | 55 | 1 | 536 | 140 | 110 |
| Binary | 11111100 | 1110101 | 10001011 | 0 | 110110 | 101101 | 1 | 101011110 | 1100000 | 1001000 |
Color Harmonies of #FC758B
Complementary color
Monochromatic Colors of #FC758B
Black with #FC758B
Text Example
Text Example
White with #FC758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC758B; }
p { color: rgb(252,117,139); }
H1.HeaderClassName
{
color: #FC758B;
}
.AnyTagClassName
{
color: #FC758B;
}
</style>
background-color css
<style>
a { background-color: #FC758B; }
a { background-color: rgb(252,117,139); }
div.DivClassName
{
background-color: #FC758B;
}
.BgClassName
{
background-color: #FC758B;
}
</style>
border-color css
<style>
span { border-color: #FC758B; }
span { border-color: rgb(252,117,139); }
td.TdClassName
{
border-color: #FC758B;
}
.TagClassName
{
border-color: #FC758B;
}
</style>