Shades of Brink Pink #F75C8C
Tints of Brink Pink #F75C8C
RGB
CMYK
RGB Variations
Color information
#F75C8C (or 0xF75C8C) is known color: Brink Pink. HEX triplet: F7, 5C and 8C. RGB value is (247,92,140). Sum of RGB (Red+Green+Blue) = 247+92+140=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8C is #08A373. Grayscale: #8F8F8F. Windows color (decimal): -566132 or 9198839. OLE color: 9198839.
HSL color Cylindrical-coordinate representation of color #F75C8C: hue angle of 341.42º 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 #F75C8C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 140 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.03 |
| HSL | 341.42º | 0.91% | 0.66% | - |
| HSV(B) | 341.42º | 0.63% | 0.97% | - |
| XYZ | 46.92 | 29.32 | 28 | - |
| YUV | 143.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 140 | 0 | 0.63 | 0.43 | 0.03 | 341.42 | 0.91 | 0.66 |
| Hex | F7 | 5C | 8C | 0 | 3F | 2B | 3 | 155 | 5B | 42 |
| Octal | 367 | 134 | 214 | 0 | 77 | 53 | 3 | 525 | 133 | 102 |
| Binary | 11110111 | 1011100 | 10001100 | 0 | 111111 | 101011 | 11 | 101010101 | 1011011 | 1000010 |
Color Harmonies of #F75C8C
Complementary color
Monochromatic Colors of #F75C8C
Black with #F75C8C
Text Example
Text Example
White with #F75C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C8C; }
p { color: rgb(247,92,140); }
H1.HeaderClassName
{
color: #F75C8C;
}
.AnyTagClassName
{
color: #F75C8C;
}
</style>
background-color css
<style>
a { background-color: #F75C8C; }
a { background-color: rgb(247,92,140); }
div.DivClassName
{
background-color: #F75C8C;
}
.BgClassName
{
background-color: #F75C8C;
}
</style>
border-color css
<style>
span { border-color: #F75C8C; }
span { border-color: rgb(247,92,140); }
td.TdClassName
{
border-color: #F75C8C;
}
.TagClassName
{
border-color: #F75C8C;
}
</style>