Shades of Brink Pink #F85C7F
Tints of Brink Pink #F85C7F
RGB
CMYK
RGB Variations
Color information
#F85C7F (or 0xF85C7F) is known color: Brink Pink. HEX triplet: F8, 5C and 7F. RGB value is (248,92,127). Sum of RGB (Red+Green+Blue) = 248+92+127=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C7F is #07A380. Grayscale: #8E8E8E. Windows color (decimal): -500609 or 8346872. OLE color: 8346872.
HSL color Cylindrical-coordinate representation of color #F85C7F: hue angle of 346.54º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85C7F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 127 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.03 |
| HSL | 346.54º | 0.92% | 0.67% | - |
| HSV(B) | 346.54º | 0.63% | 0.97% | - |
| XYZ | 46.37 | 29.14 | 23.26 | - |
| YUV | 142.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 127 | 0 | 0.63 | 0.49 | 0.03 | 346.54 | 0.92 | 0.67 |
| Hex | F8 | 5C | 7F | 0 | 3F | 31 | 3 | 15B | 5C | 43 |
| Octal | 370 | 134 | 177 | 0 | 77 | 61 | 3 | 533 | 134 | 103 |
| Binary | 11111000 | 1011100 | 1111111 | 0 | 111111 | 110001 | 11 | 101011011 | 1011100 | 1000011 |
Color Harmonies of #F85C7F
Complementary color
Monochromatic Colors of #F85C7F
Black with #F85C7F
Text Example
Text Example
White with #F85C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C7F; }
p { color: rgb(248,92,127); }
H1.HeaderClassName
{
color: #F85C7F;
}
.AnyTagClassName
{
color: #F85C7F;
}
</style>
background-color css
<style>
a { background-color: #F85C7F; }
a { background-color: rgb(248,92,127); }
div.DivClassName
{
background-color: #F85C7F;
}
.BgClassName
{
background-color: #F85C7F;
}
</style>
border-color css
<style>
span { border-color: #F85C7F; }
span { border-color: rgb(248,92,127); }
td.TdClassName
{
border-color: #F85C7F;
}
.TagClassName
{
border-color: #F85C7F;
}
</style>