Shades of Brink Pink #F75D7C
Tints of Brink Pink #F75D7C
RGB
CMYK
RGB Variations
Color information
#F75D7C (or 0xF75D7C) is known color: Brink Pink. HEX triplet: F7, 5D and 7C. RGB value is (247,93,124). Sum of RGB (Red+Green+Blue) = 247+93+124=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D7C is #08A283. Grayscale: #8E8E8E. Windows color (decimal): -565892 or 8150519. OLE color: 8150519.
HSL color Cylindrical-coordinate representation of color #F75D7C: hue angle of 347.92º 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 #F75D7C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 124 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.03 |
| HSL | 347.92º | 0.91% | 0.67% | - |
| HSV(B) | 347.92º | 0.62% | 0.97% | - |
| XYZ | 45.91 | 29.06 | 22.26 | - |
| YUV | 142.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 124 | 0 | 0.62 | 0.50 | 0.03 | 347.92 | 0.91 | 0.67 |
| Hex | F7 | 5D | 7C | 0 | 3E | 32 | 3 | 15C | 5B | 43 |
| Octal | 367 | 135 | 174 | 0 | 76 | 62 | 3 | 534 | 133 | 103 |
| Binary | 11110111 | 1011101 | 1111100 | 0 | 111110 | 110010 | 11 | 101011100 | 1011011 | 1000011 |
Color Harmonies of #F75D7C
Complementary color
Monochromatic Colors of #F75D7C
Black with #F75D7C
Text Example
Text Example
White with #F75D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D7C; }
p { color: rgb(247,93,124); }
H1.HeaderClassName
{
color: #F75D7C;
}
.AnyTagClassName
{
color: #F75D7C;
}
</style>
background-color css
<style>
a { background-color: #F75D7C; }
a { background-color: rgb(247,93,124); }
div.DivClassName
{
background-color: #F75D7C;
}
.BgClassName
{
background-color: #F75D7C;
}
</style>
border-color css
<style>
span { border-color: #F75D7C; }
span { border-color: rgb(247,93,124); }
td.TdClassName
{
border-color: #F75D7C;
}
.TagClassName
{
border-color: #F75D7C;
}
</style>