Shades of Brink Pink #F75B7C
Tints of Brink Pink #F75B7C
RGB
CMYK
RGB Variations
Color information
#F75B7C (or 0xF75B7C) is known color: Brink Pink. HEX triplet: F7, 5B and 7C. RGB value is (247,91,124). Sum of RGB (Red+Green+Blue) = 247+91+124=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75B7C is #08A483. Grayscale: #8D8D8D. Windows color (decimal): -566404 or 8150007. OLE color: 8150007.
HSL color Cylindrical-coordinate representation of color #F75B7C: hue angle of 347.31º 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 #F75B7C is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 124 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.03 |
| HSL | 347.31º | 0.91% | 0.66% | - |
| HSV(B) | 347.31º | 0.63% | 0.97% | - |
| XYZ | 45.74 | 28.71 | 22.2 | - |
| YUV | 141.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 124 | 0 | 0.63 | 0.50 | 0.03 | 347.31 | 0.91 | 0.66 |
| Hex | F7 | 5B | 7C | 0 | 3F | 32 | 3 | 15B | 5B | 42 |
| Octal | 367 | 133 | 174 | 0 | 77 | 62 | 3 | 533 | 133 | 102 |
| Binary | 11110111 | 1011011 | 1111100 | 0 | 111111 | 110010 | 11 | 101011011 | 1011011 | 1000010 |
Color Harmonies of #F75B7C
Complementary color
Monochromatic Colors of #F75B7C
Black with #F75B7C
Text Example
Text Example
White with #F75B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75B7C; }
p { color: rgb(247,91,124); }
H1.HeaderClassName
{
color: #F75B7C;
}
.AnyTagClassName
{
color: #F75B7C;
}
</style>
background-color css
<style>
a { background-color: #F75B7C; }
a { background-color: rgb(247,91,124); }
div.DivClassName
{
background-color: #F75B7C;
}
.BgClassName
{
background-color: #F75B7C;
}
</style>
border-color css
<style>
span { border-color: #F75B7C; }
span { border-color: rgb(247,91,124); }
td.TdClassName
{
border-color: #F75B7C;
}
.TagClassName
{
border-color: #F75B7C;
}
</style>