Shades of Brink Pink #F75E8F
Tints of Brink Pink #F75E8F
RGB
CMYK
RGB Variations
Color information
#F75E8F (or 0xF75E8F) is known color: Brink Pink. HEX triplet: F7, 5E and 8F. RGB value is (247,94,143). Sum of RGB (Red+Green+Blue) = 247+94+143=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75E8F is #08A170. Grayscale: #919191. Windows color (decimal): -565617 or 9395959. OLE color: 9395959.
HSL color Cylindrical-coordinate representation of color #F75E8F: hue angle of 340.78º 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 #F75E8F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 94 | 143 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.03 |
| HSL | 340.78º | 0.91% | 0.67% | - |
| HSV(B) | 340.78º | 0.62% | 0.97% | - |
| XYZ | 47.32 | 29.76 | 29.24 | - |
| YUV | 145.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 143 | 0 | 0.62 | 0.42 | 0.03 | 340.78 | 0.91 | 0.67 |
| Hex | F7 | 5E | 8F | 0 | 3E | 2A | 3 | 155 | 5B | 43 |
| Octal | 367 | 136 | 217 | 0 | 76 | 52 | 3 | 525 | 133 | 103 |
| Binary | 11110111 | 1011110 | 10001111 | 0 | 111110 | 101010 | 11 | 101010101 | 1011011 | 1000011 |
Color Harmonies of #F75E8F
Complementary color
Monochromatic Colors of #F75E8F
Black with #F75E8F
Text Example
Text Example
White with #F75E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75E8F; }
p { color: rgb(247,94,143); }
H1.HeaderClassName
{
color: #F75E8F;
}
.AnyTagClassName
{
color: #F75E8F;
}
</style>
background-color css
<style>
a { background-color: #F75E8F; }
a { background-color: rgb(247,94,143); }
div.DivClassName
{
background-color: #F75E8F;
}
.BgClassName
{
background-color: #F75E8F;
}
</style>
border-color css
<style>
span { border-color: #F75E8F; }
span { border-color: rgb(247,94,143); }
td.TdClassName
{
border-color: #F75E8F;
}
.TagClassName
{
border-color: #F75E8F;
}
</style>