Shades of Brink Pink #FC738E
Tints of Brink Pink #FC738E
RGB
CMYK
RGB Variations
Color information
#FC738E (or 0xFC738E) is known color: Brink Pink. HEX triplet: FC, 73 and 8E. RGB value is (252,115,142). Sum of RGB (Red+Green+Blue) = 252+115+142=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC738E is #038C71. Grayscale: #9F9F9F. Windows color (decimal): -232562 or 9335804. OLE color: 9335804.
HSL color Cylindrical-coordinate representation of color #FC738E: hue angle of 348.18º 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 #FC738E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 142 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.01 |
| HSL | 348.18º | 0.96% | 0.72% | - |
| HSV(B) | 348.18º | 0.54% | 0.99% | - |
| XYZ | 51.16 | 34.91 | 29.63 | - |
| YUV | 159.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 142 | 0 | 0.54 | 0.44 | 0.01 | 348.18 | 0.96 | 0.72 |
| Hex | FC | 73 | 8E | 0 | 36 | 2C | 1 | 15C | 60 | 48 |
| Octal | 374 | 163 | 216 | 0 | 66 | 54 | 1 | 534 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10001110 | 0 | 110110 | 101100 | 1 | 101011100 | 1100000 | 1001000 |
Color Harmonies of #FC738E
Complementary color
Monochromatic Colors of #FC738E
Black with #FC738E
Text Example
Text Example
White with #FC738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC738E; }
p { color: rgb(252,115,142); }
H1.HeaderClassName
{
color: #FC738E;
}
.AnyTagClassName
{
color: #FC738E;
}
</style>
background-color css
<style>
a { background-color: #FC738E; }
a { background-color: rgb(252,115,142); }
div.DivClassName
{
background-color: #FC738E;
}
.BgClassName
{
background-color: #FC738E;
}
</style>
border-color css
<style>
span { border-color: #FC738E; }
span { border-color: rgb(252,115,142); }
td.TdClassName
{
border-color: #FC738E;
}
.TagClassName
{
border-color: #FC738E;
}
</style>