Shades of Brink Pink #F25C86
Tints of Brink Pink #F25C86
RGB
CMYK
RGB Variations
Color information
#F25C86 (or 0xF25C86) is known color: Brink Pink. HEX triplet: F2, 5C and 86. RGB value is (242,92,134). Sum of RGB (Red+Green+Blue) = 242+92+134=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C86 is #0DA379. Grayscale: #8D8D8D. Windows color (decimal): -893818 or 8805618. OLE color: 8805618.
HSL color Cylindrical-coordinate representation of color #F25C86: hue angle of 343.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C86 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 134 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.05 |
| HSL | 343.2º | 0.85% | 0.65% | - |
| HSV(B) | 343.2º | 0.62% | 0.95% | - |
| XYZ | 44.75 | 28.25 | 25.65 | - |
| YUV | 141.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 134 | 0 | 0.62 | 0.45 | 0.05 | 343.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | 86 | 0 | 3E | 2D | 5 | 157 | 55 | 41 |
| Octal | 362 | 134 | 206 | 0 | 76 | 55 | 5 | 527 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10000110 | 0 | 111110 | 101101 | 101 | 101010111 | 1010101 | 1000001 |
Color Harmonies of #F25C86
Complementary color
Monochromatic Colors of #F25C86
Black with #F25C86
Text Example
Text Example
White with #F25C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C86; }
p { color: rgb(242,92,134); }
H1.HeaderClassName
{
color: #F25C86;
}
.AnyTagClassName
{
color: #F25C86;
}
</style>
background-color css
<style>
a { background-color: #F25C86; }
a { background-color: rgb(242,92,134); }
div.DivClassName
{
background-color: #F25C86;
}
.BgClassName
{
background-color: #F25C86;
}
</style>
border-color css
<style>
span { border-color: #F25C86; }
span { border-color: rgb(242,92,134); }
td.TdClassName
{
border-color: #F25C86;
}
.TagClassName
{
border-color: #F25C86;
}
</style>