Shades of Brink Pink #F75881
Tints of Brink Pink #F75881
RGB
CMYK
RGB Variations
Color information
#F75881 (or 0xF75881) is known color: Brink Pink. HEX triplet: F7, 58 and 81. RGB value is (247,88,129). Sum of RGB (Red+Green+Blue) = 247+88+129=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75881 is #08A77E. Grayscale: #8C8C8C. Windows color (decimal): -567167 or 8476919. OLE color: 8476919.
HSL color Cylindrical-coordinate representation of color #F75881: hue angle of 344.53º 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 #F75881 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 129 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.03 |
| HSL | 344.53º | 0.91% | 0.66% | - |
| HSV(B) | 344.53º | 0.64% | 0.97% | - |
| XYZ | 45.81 | 28.34 | 23.82 | - |
| YUV | 140.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 129 | 0 | 0.64 | 0.48 | 0.03 | 344.53 | 0.91 | 0.66 |
| Hex | F7 | 58 | 81 | 0 | 40 | 30 | 3 | 159 | 5B | 42 |
| Octal | 367 | 130 | 201 | 0 | 100 | 60 | 3 | 531 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10000001 | 0 | 1000000 | 110000 | 11 | 101011001 | 1011011 | 1000010 |
Color Harmonies of #F75881
Complementary color
Monochromatic Colors of #F75881
Black with #F75881
Text Example
Text Example
White with #F75881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75881; }
p { color: rgb(247,88,129); }
H1.HeaderClassName
{
color: #F75881;
}
.AnyTagClassName
{
color: #F75881;
}
</style>
background-color css
<style>
a { background-color: #F75881; }
a { background-color: rgb(247,88,129); }
div.DivClassName
{
background-color: #F75881;
}
.BgClassName
{
background-color: #F75881;
}
</style>
border-color css
<style>
span { border-color: #F75881; }
span { border-color: rgb(247,88,129); }
td.TdClassName
{
border-color: #F75881;
}
.TagClassName
{
border-color: #F75881;
}
</style>