Shades of Brink Pink #F85A8A
Tints of Brink Pink #F85A8A
RGB
CMYK
RGB Variations
Color information
#F85A8A (or 0xF85A8A) is known color: Brink Pink. HEX triplet: F8, 5A and 8A. RGB value is (248,90,138). Sum of RGB (Red+Green+Blue) = 248+90+138=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A8A is #07A575. Grayscale: #8E8E8E. Windows color (decimal): -501110 or 9067256. OLE color: 9067256.
HSL color Cylindrical-coordinate representation of color #F85A8A: hue angle of 341.77º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85A8A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 138 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.03 |
| HSL | 341.77º | 0.92% | 0.66% | - |
| HSV(B) | 341.77º | 0.64% | 0.97% | - |
| XYZ | 46.96 | 29.1 | 27.19 | - |
| YUV | 142.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 138 | 0 | 0.64 | 0.44 | 0.03 | 341.77 | 0.92 | 0.66 |
| Hex | F8 | 5A | 8A | 0 | 40 | 2C | 3 | 156 | 5C | 42 |
| Octal | 370 | 132 | 212 | 0 | 100 | 54 | 3 | 526 | 134 | 102 |
| Binary | 11111000 | 1011010 | 10001010 | 0 | 1000000 | 101100 | 11 | 101010110 | 1011100 | 1000010 |
Color Harmonies of #F85A8A
Complementary color
Monochromatic Colors of #F85A8A
Black with #F85A8A
Text Example
Text Example
White with #F85A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A8A; }
p { color: rgb(248,90,138); }
H1.HeaderClassName
{
color: #F85A8A;
}
.AnyTagClassName
{
color: #F85A8A;
}
</style>
background-color css
<style>
a { background-color: #F85A8A; }
a { background-color: rgb(248,90,138); }
div.DivClassName
{
background-color: #F85A8A;
}
.BgClassName
{
background-color: #F85A8A;
}
</style>
border-color css
<style>
span { border-color: #F85A8A; }
span { border-color: rgb(248,90,138); }
td.TdClassName
{
border-color: #F85A8A;
}
.TagClassName
{
border-color: #F85A8A;
}
</style>