Shades of Brink Pink #F55C83
Tints of Brink Pink #F55C83
RGB
CMYK
RGB Variations
Color information
#F55C83 (or 0xF55C83) is known color: Brink Pink. HEX triplet: F5, 5C and 83. RGB value is (245,92,131). Sum of RGB (Red+Green+Blue) = 245+92+131=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C83 is #0AA37C. Grayscale: #8E8E8E. Windows color (decimal): -697213 or 8609013. OLE color: 8609013.
HSL color Cylindrical-coordinate representation of color #F55C83: hue angle of 344.71º 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 #F55C83 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 131 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.04 |
| HSL | 344.71º | 0.88% | 0.66% | - |
| HSV(B) | 344.71º | 0.62% | 0.96% | - |
| XYZ | 45.58 | 28.71 | 24.61 | - |
| YUV | 142.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 131 | 0 | 0.62 | 0.47 | 0.04 | 344.71 | 0.88 | 0.66 |
| Hex | F5 | 5C | 83 | 0 | 3E | 2F | 4 | 159 | 58 | 42 |
| Octal | 365 | 134 | 203 | 0 | 76 | 57 | 4 | 531 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10000011 | 0 | 111110 | 101111 | 100 | 101011001 | 1011000 | 1000010 |
Color Harmonies of #F55C83
Complementary color
Monochromatic Colors of #F55C83
Black with #F55C83
Text Example
Text Example
White with #F55C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C83; }
p { color: rgb(245,92,131); }
H1.HeaderClassName
{
color: #F55C83;
}
.AnyTagClassName
{
color: #F55C83;
}
</style>
background-color css
<style>
a { background-color: #F55C83; }
a { background-color: rgb(245,92,131); }
div.DivClassName
{
background-color: #F55C83;
}
.BgClassName
{
background-color: #F55C83;
}
</style>
border-color css
<style>
span { border-color: #F55C83; }
span { border-color: rgb(245,92,131); }
td.TdClassName
{
border-color: #F55C83;
}
.TagClassName
{
border-color: #F55C83;
}
</style>