Shades of Brink Pink #F55C81
Tints of Brink Pink #F55C81
RGB
CMYK
RGB Variations
Color information
#F55C81 (or 0xF55C81) is known color: Brink Pink. HEX triplet: F5, 5C and 81. RGB value is (245,92,129). Sum of RGB (Red+Green+Blue) = 245+92+129=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C81 is #0AA37E. Grayscale: #8D8D8D. Windows color (decimal): -697215 or 8477941. OLE color: 8477941.
HSL color Cylindrical-coordinate representation of color #F55C81: hue angle of 345.49º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C81 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 129 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.04 |
| HSL | 345.49º | 0.88% | 0.66% | - |
| HSV(B) | 345.49º | 0.62% | 0.96% | - |
| XYZ | 45.45 | 28.65 | 23.9 | - |
| YUV | 141.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 129 | 0 | 0.62 | 0.47 | 0.04 | 345.49 | 0.88 | 0.66 |
| Hex | F5 | 5C | 81 | 0 | 3E | 2F | 4 | 159 | 58 | 42 |
| Octal | 365 | 134 | 201 | 0 | 76 | 57 | 4 | 531 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10000001 | 0 | 111110 | 101111 | 100 | 101011001 | 1011000 | 1000010 |
Color Harmonies of #F55C81
Complementary color
Monochromatic Colors of #F55C81
Black with #F55C81
Text Example
Text Example
White with #F55C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C81; }
p { color: rgb(245,92,129); }
H1.HeaderClassName
{
color: #F55C81;
}
.AnyTagClassName
{
color: #F55C81;
}
</style>
background-color css
<style>
a { background-color: #F55C81; }
a { background-color: rgb(245,92,129); }
div.DivClassName
{
background-color: #F55C81;
}
.BgClassName
{
background-color: #F55C81;
}
</style>
border-color css
<style>
span { border-color: #F55C81; }
span { border-color: rgb(245,92,129); }
td.TdClassName
{
border-color: #F55C81;
}
.TagClassName
{
border-color: #F55C81;
}
</style>