Shades of Brink Pink #FC7581
Tints of Brink Pink #FC7581
RGB
CMYK
RGB Variations
Color information
#FC7581 (or 0xFC7581) is known color: Brink Pink. HEX triplet: FC, 75 and 81. RGB value is (252,117,129). Sum of RGB (Red+Green+Blue) = 252+117+129=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7581 is #038A7E. Grayscale: #9E9E9E. Windows color (decimal): -232063 or 8484348. OLE color: 8484348.
HSL color Cylindrical-coordinate representation of color #FC7581: hue angle of 354.67º 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 #FC7581 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 129 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.01 |
| HSL | 354.67º | 0.96% | 0.72% | - |
| HSV(B) | 354.67º | 0.54% | 0.99% | - |
| XYZ | 50.47 | 35 | 24.87 | - |
| YUV | 158.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 129 | 0 | 0.54 | 0.49 | 0.01 | 354.67 | 0.96 | 0.72 |
| Hex | FC | 75 | 81 | 0 | 36 | 31 | 1 | 163 | 60 | 48 |
| Octal | 374 | 165 | 201 | 0 | 66 | 61 | 1 | 543 | 140 | 110 |
| Binary | 11111100 | 1110101 | 10000001 | 0 | 110110 | 110001 | 1 | 101100011 | 1100000 | 1001000 |
Color Harmonies of #FC7581
Complementary color
Monochromatic Colors of #FC7581
Black with #FC7581
Text Example
Text Example
White with #FC7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7581; }
p { color: rgb(252,117,129); }
H1.HeaderClassName
{
color: #FC7581;
}
.AnyTagClassName
{
color: #FC7581;
}
</style>
background-color css
<style>
a { background-color: #FC7581; }
a { background-color: rgb(252,117,129); }
div.DivClassName
{
background-color: #FC7581;
}
.BgClassName
{
background-color: #FC7581;
}
</style>
border-color css
<style>
span { border-color: #FC7581; }
span { border-color: rgb(252,117,129); }
td.TdClassName
{
border-color: #FC7581;
}
.TagClassName
{
border-color: #FC7581;
}
</style>