Shades of Brink Pink #F75C80
Tints of Brink Pink #F75C80
RGB
CMYK
RGB Variations
Color information
#F75C80 (or 0xF75C80) is known color: Brink Pink. HEX triplet: F7, 5C and 80. RGB value is (247,92,128). Sum of RGB (Red+Green+Blue) = 247+92+128=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C80 is #08A37F. Grayscale: #8E8E8E. Windows color (decimal): -566144 or 8412407. OLE color: 8412407.
HSL color Cylindrical-coordinate representation of color #F75C80: hue angle of 346.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75C80 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 128 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.03 |
| HSL | 346.06º | 0.91% | 0.66% | - |
| HSV(B) | 346.06º | 0.63% | 0.97% | - |
| XYZ | 46.08 | 28.99 | 23.59 | - |
| YUV | 142.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 128 | 0 | 0.63 | 0.48 | 0.03 | 346.06 | 0.91 | 0.66 |
| Hex | F7 | 5C | 80 | 0 | 3F | 30 | 3 | 15A | 5B | 42 |
| Octal | 367 | 134 | 200 | 0 | 77 | 60 | 3 | 532 | 133 | 102 |
| Binary | 11110111 | 1011100 | 10000000 | 0 | 111111 | 110000 | 11 | 101011010 | 1011011 | 1000010 |
Color Harmonies of #F75C80
Complementary color
Monochromatic Colors of #F75C80
Black with #F75C80
Text Example
Text Example
White with #F75C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C80; }
p { color: rgb(247,92,128); }
H1.HeaderClassName
{
color: #F75C80;
}
.AnyTagClassName
{
color: #F75C80;
}
</style>
background-color css
<style>
a { background-color: #F75C80; }
a { background-color: rgb(247,92,128); }
div.DivClassName
{
background-color: #F75C80;
}
.BgClassName
{
background-color: #F75C80;
}
</style>
border-color css
<style>
span { border-color: #F75C80; }
span { border-color: rgb(247,92,128); }
td.TdClassName
{
border-color: #F75C80;
}
.TagClassName
{
border-color: #F75C80;
}
</style>