Shades of Brink Pink #F55A85
Tints of Brink Pink #F55A85
RGB
CMYK
RGB Variations
Color information
#F55A85 (or 0xF55A85) is known color: Brink Pink. HEX triplet: F5, 5A and 85. RGB value is (245,90,133). Sum of RGB (Red+Green+Blue) = 245+90+133=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A85 is #0AA57A. Grayscale: #8D8D8D. Windows color (decimal): -697723 or 8739573. OLE color: 8739573.
HSL color Cylindrical-coordinate representation of color #F55A85: hue angle of 343.35º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A85 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 133 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.04 |
| HSL | 343.35º | 0.89% | 0.66% | - |
| HSV(B) | 343.35º | 0.63% | 0.96% | - |
| XYZ | 45.55 | 28.42 | 25.28 | - |
| YUV | 141.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 133 | 0 | 0.63 | 0.46 | 0.04 | 343.35 | 0.89 | 0.66 |
| Hex | F5 | 5A | 85 | 0 | 3F | 2E | 4 | 157 | 59 | 42 |
| Octal | 365 | 132 | 205 | 0 | 77 | 56 | 4 | 527 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10000101 | 0 | 111111 | 101110 | 100 | 101010111 | 1011001 | 1000010 |
Color Harmonies of #F55A85
Complementary color
Monochromatic Colors of #F55A85
Black with #F55A85
Text Example
Text Example
White with #F55A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A85; }
p { color: rgb(245,90,133); }
H1.HeaderClassName
{
color: #F55A85;
}
.AnyTagClassName
{
color: #F55A85;
}
</style>
background-color css
<style>
a { background-color: #F55A85; }
a { background-color: rgb(245,90,133); }
div.DivClassName
{
background-color: #F55A85;
}
.BgClassName
{
background-color: #F55A85;
}
</style>
border-color css
<style>
span { border-color: #F55A85; }
span { border-color: rgb(245,90,133); }
td.TdClassName
{
border-color: #F55A85;
}
.TagClassName
{
border-color: #F55A85;
}
</style>