Shades of Brink Pink #F75E81
Tints of Brink Pink #F75E81
RGB
CMYK
RGB Variations
Color information
#F75E81 (or 0xF75E81) is known color: Brink Pink. HEX triplet: F7, 5E and 81. RGB value is (247,94,129). Sum of RGB (Red+Green+Blue) = 247+94+129=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75E81 is #08A17E. Grayscale: #8F8F8F. Windows color (decimal): -565631 or 8478455. OLE color: 8478455.
HSL color Cylindrical-coordinate representation of color #F75E81: hue angle of 346.27º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75E81 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 129 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.03 |
| HSL | 346.27º | 0.91% | 0.67% | - |
| HSV(B) | 346.27º | 0.62% | 0.97% | - |
| XYZ | 46.32 | 29.36 | 24 | - |
| YUV | 143.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 129 | 0 | 0.62 | 0.48 | 0.03 | 346.27 | 0.91 | 0.67 |
| Hex | F7 | 5E | 81 | 0 | 3E | 30 | 3 | 15A | 5B | 43 |
| Octal | 367 | 136 | 201 | 0 | 76 | 60 | 3 | 532 | 133 | 103 |
| Binary | 11110111 | 1011110 | 10000001 | 0 | 111110 | 110000 | 11 | 101011010 | 1011011 | 1000011 |
Color Harmonies of #F75E81
Complementary color
Monochromatic Colors of #F75E81
Black with #F75E81
Text Example
Text Example
White with #F75E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75E81; }
p { color: rgb(247,94,129); }
H1.HeaderClassName
{
color: #F75E81;
}
.AnyTagClassName
{
color: #F75E81;
}
</style>
background-color css
<style>
a { background-color: #F75E81; }
a { background-color: rgb(247,94,129); }
div.DivClassName
{
background-color: #F75E81;
}
.BgClassName
{
background-color: #F75E81;
}
</style>
border-color css
<style>
span { border-color: #F75E81; }
span { border-color: rgb(247,94,129); }
td.TdClassName
{
border-color: #F75E81;
}
.TagClassName
{
border-color: #F75E81;
}
</style>