Shades of Brink Pink #F65D7C
Tints of Brink Pink #F65D7C
RGB
CMYK
RGB Variations
Color information
#F65D7C (or 0xF65D7C) is known color: Brink Pink. HEX triplet: F6, 5D and 7C. RGB value is (246,93,124). Sum of RGB (Red+Green+Blue) = 246+93+124=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D7C is #09A283. Grayscale: #8E8E8E. Windows color (decimal): -631428 or 8150518. OLE color: 8150518.
HSL color Cylindrical-coordinate representation of color #F65D7C: hue angle of 347.84º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65D7C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 124 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.04 |
| HSL | 347.84º | 0.89% | 0.66% | - |
| HSV(B) | 347.84º | 0.62% | 0.96% | - |
| XYZ | 45.56 | 28.88 | 22.24 | - |
| YUV | 142.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 124 | 0 | 0.62 | 0.50 | 0.04 | 347.84 | 0.89 | 0.66 |
| Hex | F6 | 5D | 7C | 0 | 3E | 32 | 4 | 15C | 59 | 42 |
| Octal | 366 | 135 | 174 | 0 | 76 | 62 | 4 | 534 | 131 | 102 |
| Binary | 11110110 | 1011101 | 1111100 | 0 | 111110 | 110010 | 100 | 101011100 | 1011001 | 1000010 |
Color Harmonies of #F65D7C
Complementary color
Monochromatic Colors of #F65D7C
Black with #F65D7C
Text Example
Text Example
White with #F65D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D7C; }
p { color: rgb(246,93,124); }
H1.HeaderClassName
{
color: #F65D7C;
}
.AnyTagClassName
{
color: #F65D7C;
}
</style>
background-color css
<style>
a { background-color: #F65D7C; }
a { background-color: rgb(246,93,124); }
div.DivClassName
{
background-color: #F65D7C;
}
.BgClassName
{
background-color: #F65D7C;
}
</style>
border-color css
<style>
span { border-color: #F65D7C; }
span { border-color: rgb(246,93,124); }
td.TdClassName
{
border-color: #F65D7C;
}
.TagClassName
{
border-color: #F65D7C;
}
</style>