Shades of Brink Pink #F75A81
Tints of Brink Pink #F75A81
RGB
CMYK
RGB Variations
Color information
#F75A81 (or 0xF75A81) is known color: Brink Pink. HEX triplet: F7, 5A and 81. RGB value is (247,90,129). Sum of RGB (Red+Green+Blue) = 247+90+129=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A81 is #08A57E. Grayscale: #8D8D8D. Windows color (decimal): -566655 or 8477431. OLE color: 8477431.
HSL color Cylindrical-coordinate representation of color #F75A81: hue angle of 345.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75A81 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 129 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.03 |
| HSL | 345.1º | 0.91% | 0.66% | - |
| HSV(B) | 345.1º | 0.64% | 0.97% | - |
| XYZ | 45.98 | 28.67 | 23.88 | - |
| YUV | 141.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 129 | 0 | 0.64 | 0.48 | 0.03 | 345.1 | 0.91 | 0.66 |
| Hex | F7 | 5A | 81 | 0 | 40 | 30 | 3 | 159 | 5B | 42 |
| Octal | 367 | 132 | 201 | 0 | 100 | 60 | 3 | 531 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10000001 | 0 | 1000000 | 110000 | 11 | 101011001 | 1011011 | 1000010 |
Color Harmonies of #F75A81
Complementary color
Monochromatic Colors of #F75A81
Black with #F75A81
Text Example
Text Example
White with #F75A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A81; }
p { color: rgb(247,90,129); }
H1.HeaderClassName
{
color: #F75A81;
}
.AnyTagClassName
{
color: #F75A81;
}
</style>
background-color css
<style>
a { background-color: #F75A81; }
a { background-color: rgb(247,90,129); }
div.DivClassName
{
background-color: #F75A81;
}
.BgClassName
{
background-color: #F75A81;
}
</style>
border-color css
<style>
span { border-color: #F75A81; }
span { border-color: rgb(247,90,129); }
td.TdClassName
{
border-color: #F75A81;
}
.TagClassName
{
border-color: #F75A81;
}
</style>