Shades of Brink Pink #F75C8A
Tints of Brink Pink #F75C8A
RGB
CMYK
RGB Variations
Color information
#F75C8A (or 0xF75C8A) is known color: Brink Pink. HEX triplet: F7, 5C and 8A. RGB value is (247,92,138). Sum of RGB (Red+Green+Blue) = 247+92+138=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8A is #08A375. Grayscale: #8F8F8F. Windows color (decimal): -566134 or 9067767. OLE color: 9067767.
HSL color Cylindrical-coordinate representation of color #F75C8A: hue angle of 342.19º 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 #F75C8A is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 138 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.03 |
| HSL | 342.19º | 0.91% | 0.66% | - |
| HSV(B) | 342.19º | 0.63% | 0.97% | - |
| XYZ | 46.77 | 29.26 | 27.23 | - |
| YUV | 143.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 138 | 0 | 0.63 | 0.44 | 0.03 | 342.19 | 0.91 | 0.66 |
| Hex | F7 | 5C | 8A | 0 | 3F | 2C | 3 | 156 | 5B | 42 |
| Octal | 367 | 134 | 212 | 0 | 77 | 54 | 3 | 526 | 133 | 102 |
| Binary | 11110111 | 1011100 | 10001010 | 0 | 111111 | 101100 | 11 | 101010110 | 1011011 | 1000010 |
Color Harmonies of #F75C8A
Complementary color
Monochromatic Colors of #F75C8A
Black with #F75C8A
Text Example
Text Example
White with #F75C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C8A; }
p { color: rgb(247,92,138); }
H1.HeaderClassName
{
color: #F75C8A;
}
.AnyTagClassName
{
color: #F75C8A;
}
</style>
background-color css
<style>
a { background-color: #F75C8A; }
a { background-color: rgb(247,92,138); }
div.DivClassName
{
background-color: #F75C8A;
}
.BgClassName
{
background-color: #F75C8A;
}
</style>
border-color css
<style>
span { border-color: #F75C8A; }
span { border-color: rgb(247,92,138); }
td.TdClassName
{
border-color: #F75C8A;
}
.TagClassName
{
border-color: #F75C8A;
}
</style>