Shades of Brink Pink #F95C8C
Tints of Brink Pink #F95C8C
RGB
CMYK
RGB Variations
Color information
#F95C8C (or 0xF95C8C) is known color: Brink Pink. HEX triplet: F9, 5C and 8C. RGB value is (249,92,140). Sum of RGB (Red+Green+Blue) = 249+92+140=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95C8C is #06A373. Grayscale: #909090. Windows color (decimal): -435060 or 9198841. OLE color: 9198841.
HSL color Cylindrical-coordinate representation of color #F95C8C: hue angle of 341.66º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95C8C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 92 | 140 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.02 |
| HSL | 341.66º | 0.93% | 0.67% | - |
| HSV(B) | 341.66º | 0.63% | 0.98% | - |
| XYZ | 47.63 | 29.69 | 28.03 | - |
| YUV | 144.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 92 | 140 | 0 | 0.63 | 0.44 | 0.02 | 341.66 | 0.93 | 0.67 |
| Hex | F9 | 5C | 8C | 0 | 3F | 2C | 2 | 156 | 5D | 43 |
| Octal | 371 | 134 | 214 | 0 | 77 | 54 | 2 | 526 | 135 | 103 |
| Binary | 11111001 | 1011100 | 10001100 | 0 | 111111 | 101100 | 10 | 101010110 | 1011101 | 1000011 |
Color Harmonies of #F95C8C
Complementary color
Monochromatic Colors of #F95C8C
Black with #F95C8C
Text Example
Text Example
White with #F95C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95C8C; }
p { color: rgb(249,92,140); }
H1.HeaderClassName
{
color: #F95C8C;
}
.AnyTagClassName
{
color: #F95C8C;
}
</style>
background-color css
<style>
a { background-color: #F95C8C; }
a { background-color: rgb(249,92,140); }
div.DivClassName
{
background-color: #F95C8C;
}
.BgClassName
{
background-color: #F95C8C;
}
</style>
border-color css
<style>
span { border-color: #F95C8C; }
span { border-color: rgb(249,92,140); }
td.TdClassName
{
border-color: #F95C8C;
}
.TagClassName
{
border-color: #F95C8C;
}
</style>