Shades of Brink Pink #F95E8F
Tints of Brink Pink #F95E8F
RGB
CMYK
RGB Variations
Color information
#F95E8F (or 0xF95E8F) is known color: Brink Pink. HEX triplet: F9, 5E and 8F. RGB value is (249,94,143). Sum of RGB (Red+Green+Blue) = 249+94+143=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E8F is #06A170. Grayscale: #919191. Windows color (decimal): -434545 or 9395961. OLE color: 9395961.
HSL color Cylindrical-coordinate representation of color #F95E8F: hue angle of 341.03º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95E8F is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 143 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.02 |
| HSL | 341.03º | 0.93% | 0.67% | - |
| HSV(B) | 341.03º | 0.62% | 0.98% | - |
| XYZ | 48.03 | 30.13 | 29.27 | - |
| YUV | 145.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 143 | 0 | 0.62 | 0.43 | 0.02 | 341.03 | 0.93 | 0.67 |
| Hex | F9 | 5E | 8F | 0 | 3E | 2B | 2 | 155 | 5D | 43 |
| Octal | 371 | 136 | 217 | 0 | 76 | 53 | 2 | 525 | 135 | 103 |
| Binary | 11111001 | 1011110 | 10001111 | 0 | 111110 | 101011 | 10 | 101010101 | 1011101 | 1000011 |
Color Harmonies of #F95E8F
Complementary color
Monochromatic Colors of #F95E8F
Black with #F95E8F
Text Example
Text Example
White with #F95E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E8F; }
p { color: rgb(249,94,143); }
H1.HeaderClassName
{
color: #F95E8F;
}
.AnyTagClassName
{
color: #F95E8F;
}
</style>
background-color css
<style>
a { background-color: #F95E8F; }
a { background-color: rgb(249,94,143); }
div.DivClassName
{
background-color: #F95E8F;
}
.BgClassName
{
background-color: #F95E8F;
}
</style>
border-color css
<style>
span { border-color: #F95E8F; }
span { border-color: rgb(249,94,143); }
td.TdClassName
{
border-color: #F95E8F;
}
.TagClassName
{
border-color: #F95E8F;
}
</style>