Shades of Brink Pink #FC7383
Tints of Brink Pink #FC7383
RGB
CMYK
RGB Variations
Color information
#FC7383 (or 0xFC7383) is known color: Brink Pink. HEX triplet: FC, 73 and 83. RGB value is (252,115,131). Sum of RGB (Red+Green+Blue) = 252+115+131=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7383 is #038C7C. Grayscale: #9D9D9D. Windows color (decimal): -232573 or 8614908. OLE color: 8614908.
HSL color Cylindrical-coordinate representation of color #FC7383: hue angle of 352.99º 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 #FC7383 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 131 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.01 |
| HSL | 352.99º | 0.96% | 0.72% | - |
| HSV(B) | 352.99º | 0.54% | 0.99% | - |
| XYZ | 50.37 | 34.6 | 25.5 | - |
| YUV | 157.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 131 | 0 | 0.54 | 0.48 | 0.01 | 352.99 | 0.96 | 0.72 |
| Hex | FC | 73 | 83 | 0 | 36 | 30 | 1 | 161 | 60 | 48 |
| Octal | 374 | 163 | 203 | 0 | 66 | 60 | 1 | 541 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10000011 | 0 | 110110 | 110000 | 1 | 101100001 | 1100000 | 1001000 |
Color Harmonies of #FC7383
Complementary color
Monochromatic Colors of #FC7383
Black with #FC7383
Text Example
Text Example
White with #FC7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7383; }
p { color: rgb(252,115,131); }
H1.HeaderClassName
{
color: #FC7383;
}
.AnyTagClassName
{
color: #FC7383;
}
</style>
background-color css
<style>
a { background-color: #FC7383; }
a { background-color: rgb(252,115,131); }
div.DivClassName
{
background-color: #FC7383;
}
.BgClassName
{
background-color: #FC7383;
}
</style>
border-color css
<style>
span { border-color: #FC7383; }
span { border-color: rgb(252,115,131); }
td.TdClassName
{
border-color: #FC7383;
}
.TagClassName
{
border-color: #FC7383;
}
</style>