Shades of Brink Pink #F95F8A
Tints of Brink Pink #F95F8A
RGB
CMYK
RGB Variations
Color information
#F95F8A (or 0xF95F8A) is known color: Brink Pink. HEX triplet: F9, 5F and 8A. RGB value is (249,95,138). Sum of RGB (Red+Green+Blue) = 249+95+138=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95F8A is #06A075. Grayscale: #919191. Windows color (decimal): -434294 or 9068537. OLE color: 9068537.
HSL color Cylindrical-coordinate representation of color #F95F8A: hue angle of 343.25º 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 #F95F8A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 95 | 138 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.02 |
| HSL | 343.25º | 0.93% | 0.67% | - |
| HSV(B) | 343.25º | 0.62% | 0.98% | - |
| XYZ | 47.75 | 30.16 | 27.35 | - |
| YUV | 145.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 95 | 138 | 0 | 0.62 | 0.45 | 0.02 | 343.25 | 0.93 | 0.67 |
| Hex | F9 | 5F | 8A | 0 | 3E | 2D | 2 | 157 | 5D | 43 |
| Octal | 371 | 137 | 212 | 0 | 76 | 55 | 2 | 527 | 135 | 103 |
| Binary | 11111001 | 1011111 | 10001010 | 0 | 111110 | 101101 | 10 | 101010111 | 1011101 | 1000011 |
Color Harmonies of #F95F8A
Complementary color
Monochromatic Colors of #F95F8A
Black with #F95F8A
Text Example
Text Example
White with #F95F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95F8A; }
p { color: rgb(249,95,138); }
H1.HeaderClassName
{
color: #F95F8A;
}
.AnyTagClassName
{
color: #F95F8A;
}
</style>
background-color css
<style>
a { background-color: #F95F8A; }
a { background-color: rgb(249,95,138); }
div.DivClassName
{
background-color: #F95F8A;
}
.BgClassName
{
background-color: #F95F8A;
}
</style>
border-color css
<style>
span { border-color: #F95F8A; }
span { border-color: rgb(249,95,138); }
td.TdClassName
{
border-color: #F95F8A;
}
.TagClassName
{
border-color: #F95F8A;
}
</style>