Shades of Brink Pink #FC7781
Tints of Brink Pink #FC7781
RGB
CMYK
RGB Variations
Color information
#FC7781 (or 0xFC7781) is known color: Brink Pink. HEX triplet: FC, 77 and 81. RGB value is (252,119,129). Sum of RGB (Red+Green+Blue) = 252+119+129=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7781 is #03887E. Grayscale: #A0A0A0. Windows color (decimal): -231551 or 8484860. OLE color: 8484860.
HSL color Cylindrical-coordinate representation of color #FC7781: hue angle of 355.49º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC7781 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 129 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.01 |
| HSL | 355.49º | 0.96% | 0.73% | - |
| HSV(B) | 355.49º | 0.53% | 0.99% | - |
| XYZ | 50.7 | 35.47 | 24.94 | - |
| YUV | 159.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 129 | 0 | 0.53 | 0.49 | 0.01 | 355.49 | 0.96 | 0.73 |
| Hex | FC | 77 | 81 | 0 | 35 | 31 | 1 | 163 | 60 | 49 |
| Octal | 374 | 167 | 201 | 0 | 65 | 61 | 1 | 543 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10000001 | 0 | 110101 | 110001 | 1 | 101100011 | 1100000 | 1001001 |
Color Harmonies of #FC7781
Complementary color
Monochromatic Colors of #FC7781
Black with #FC7781
Text Example
Text Example
White with #FC7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7781; }
p { color: rgb(252,119,129); }
H1.HeaderClassName
{
color: #FC7781;
}
.AnyTagClassName
{
color: #FC7781;
}
</style>
background-color css
<style>
a { background-color: #FC7781; }
a { background-color: rgb(252,119,129); }
div.DivClassName
{
background-color: #FC7781;
}
.BgClassName
{
background-color: #FC7781;
}
</style>
border-color css
<style>
span { border-color: #FC7781; }
span { border-color: rgb(252,119,129); }
td.TdClassName
{
border-color: #FC7781;
}
.TagClassName
{
border-color: #FC7781;
}
</style>