Shades of Brink Pink #F75880
Tints of Brink Pink #F75880
RGB
CMYK
RGB Variations
Color information
#F75880 (or 0xF75880) is known color: Brink Pink. HEX triplet: F7, 58 and 80. RGB value is (247,88,128). Sum of RGB (Red+Green+Blue) = 247+88+128=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F75880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75880 is #08A77F. Grayscale: #8C8C8C. Windows color (decimal): -567168 or 8411383. OLE color: 8411383.
HSL color Cylindrical-coordinate representation of color #F75880: hue angle of 344.91º 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 #F75880 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 128 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.03 |
| HSL | 344.91º | 0.91% | 0.66% | - |
| HSV(B) | 344.91º | 0.64% | 0.97% | - |
| XYZ | 45.74 | 28.31 | 23.48 | - |
| YUV | 140.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 128 | 0 | 0.64 | 0.48 | 0.03 | 344.91 | 0.91 | 0.66 |
| Hex | F7 | 58 | 80 | 0 | 40 | 30 | 3 | 159 | 5B | 42 |
| Octal | 367 | 130 | 200 | 0 | 100 | 60 | 3 | 531 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10000000 | 0 | 1000000 | 110000 | 11 | 101011001 | 1011011 | 1000010 |
Color Harmonies of #F75880
Complementary color
Monochromatic Colors of #F75880
Black with #F75880
Text Example
Text Example
White with #F75880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75880; }
p { color: rgb(247,88,128); }
H1.HeaderClassName
{
color: #F75880;
}
.AnyTagClassName
{
color: #F75880;
}
</style>
background-color css
<style>
a { background-color: #F75880; }
a { background-color: rgb(247,88,128); }
div.DivClassName
{
background-color: #F75880;
}
.BgClassName
{
background-color: #F75880;
}
</style>
border-color css
<style>
span { border-color: #F75880; }
span { border-color: rgb(247,88,128); }
td.TdClassName
{
border-color: #F75880;
}
.TagClassName
{
border-color: #F75880;
}
</style>