Shades of Brink Pink #FC738F
Tints of Brink Pink #FC738F
RGB
CMYK
RGB Variations
Color information
#FC738F (or 0xFC738F) is known color: Brink Pink. HEX triplet: FC, 73 and 8F. RGB value is (252,115,143). Sum of RGB (Red+Green+Blue) = 252+115+143=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738F is #038C70. Grayscale: #9F9F9F. Windows color (decimal): -232561 or 9401340. OLE color: 9401340.
HSL color Cylindrical-coordinate representation of color #FC738F: hue angle of 347.74º 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 #FC738F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 143 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.01 |
| HSL | 347.74º | 0.96% | 0.72% | - |
| HSV(B) | 347.74º | 0.54% | 0.99% | - |
| XYZ | 51.23 | 34.94 | 30.03 | - |
| YUV | 159.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 143 | 0 | 0.54 | 0.43 | 0.01 | 347.74 | 0.96 | 0.72 |
| Hex | FC | 73 | 8F | 0 | 36 | 2B | 1 | 15C | 60 | 48 |
| Octal | 374 | 163 | 217 | 0 | 66 | 53 | 1 | 534 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10001111 | 0 | 110110 | 101011 | 1 | 101011100 | 1100000 | 1001000 |
Color Harmonies of #FC738F
Complementary color
Monochromatic Colors of #FC738F
Black with #FC738F
Text Example
Text Example
White with #FC738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC738F; }
p { color: rgb(252,115,143); }
H1.HeaderClassName
{
color: #FC738F;
}
.AnyTagClassName
{
color: #FC738F;
}
</style>
background-color css
<style>
a { background-color: #FC738F; }
a { background-color: rgb(252,115,143); }
div.DivClassName
{
background-color: #FC738F;
}
.BgClassName
{
background-color: #FC738F;
}
</style>
border-color css
<style>
span { border-color: #FC738F; }
span { border-color: rgb(252,115,143); }
td.TdClassName
{
border-color: #FC738F;
}
.TagClassName
{
border-color: #FC738F;
}
</style>