Shades of Brink Pink #F75F8C
Tints of Brink Pink #F75F8C
RGB
CMYK
RGB Variations
Color information
#F75F8C (or 0xF75F8C) is known color: Brink Pink. HEX triplet: F7, 5F and 8C. RGB value is (247,95,140). Sum of RGB (Red+Green+Blue) = 247+95+140=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75F8C is #08A073. Grayscale: #919191. Windows color (decimal): -565364 or 9199607. OLE color: 9199607.
HSL color Cylindrical-coordinate representation of color #F75F8C: hue angle of 342.24º degrees, saturation: 0.9, 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 #F75F8C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 95 | 140 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.03 |
| HSL | 342.24º | 0.9% | 0.67% | - |
| HSV(B) | 342.24º | 0.62% | 0.97% | - |
| XYZ | 47.18 | 29.85 | 28.09 | - |
| YUV | 145.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 140 | 0 | 0.62 | 0.43 | 0.03 | 342.24 | 0.9 | 0.67 |
| Hex | F7 | 5F | 8C | 0 | 3E | 2B | 3 | 156 | 5A | 43 |
| Octal | 367 | 137 | 214 | 0 | 76 | 53 | 3 | 526 | 132 | 103 |
| Binary | 11110111 | 1011111 | 10001100 | 0 | 111110 | 101011 | 11 | 101010110 | 1011010 | 1000011 |
Color Harmonies of #F75F8C
Complementary color
Monochromatic Colors of #F75F8C
Black with #F75F8C
Text Example
Text Example
White with #F75F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75F8C; }
p { color: rgb(247,95,140); }
H1.HeaderClassName
{
color: #F75F8C;
}
.AnyTagClassName
{
color: #F75F8C;
}
</style>
background-color css
<style>
a { background-color: #F75F8C; }
a { background-color: rgb(247,95,140); }
div.DivClassName
{
background-color: #F75F8C;
}
.BgClassName
{
background-color: #F75F8C;
}
</style>
border-color css
<style>
span { border-color: #F75F8C; }
span { border-color: rgb(247,95,140); }
td.TdClassName
{
border-color: #F75F8C;
}
.TagClassName
{
border-color: #F75F8C;
}
</style>