Shades of Brink Pink #F76378
Tints of Brink Pink #F76378
RGB
CMYK
RGB Variations
Color information
#F76378 (or 0xF76378) is known color: Brink Pink. HEX triplet: F7, 63 and 78. RGB value is (247,99,120). Sum of RGB (Red+Green+Blue) = 247+99+120=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F76378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76378 is #089C87. Grayscale: #919191. Windows color (decimal): -564360 or 7889911. OLE color: 7889911.
HSL color Cylindrical-coordinate representation of color #F76378: hue angle of 351.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76378 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 120 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.03 |
| HSL | 351.49º | 0.9% | 0.68% | - |
| HSV(B) | 351.49º | 0.6% | 0.97% | - |
| XYZ | 46.21 | 30.05 | 21.13 | - |
| YUV | 145.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 120 | 0 | 0.60 | 0.51 | 0.03 | 351.49 | 0.9 | 0.68 |
| Hex | F7 | 63 | 78 | 0 | 3C | 33 | 3 | 15F | 5A | 44 |
| Octal | 367 | 143 | 170 | 0 | 74 | 63 | 3 | 537 | 132 | 104 |
| Binary | 11110111 | 1100011 | 1111000 | 0 | 111100 | 110011 | 11 | 101011111 | 1011010 | 1000100 |
Color Harmonies of #F76378
Complementary color
Monochromatic Colors of #F76378
Black with #F76378
Text Example
Text Example
White with #F76378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76378; }
p { color: rgb(247,99,120); }
H1.HeaderClassName
{
color: #F76378;
}
.AnyTagClassName
{
color: #F76378;
}
</style>
background-color css
<style>
a { background-color: #F76378; }
a { background-color: rgb(247,99,120); }
div.DivClassName
{
background-color: #F76378;
}
.BgClassName
{
background-color: #F76378;
}
</style>
border-color css
<style>
span { border-color: #F76378; }
span { border-color: rgb(247,99,120); }
td.TdClassName
{
border-color: #F76378;
}
.TagClassName
{
border-color: #F76378;
}
</style>