Shades of Brink Pink #F05F83
Tints of Brink Pink #F05F83
RGB
CMYK
RGB Variations
Color information
#F05F83 (or 0xF05F83) is known color: Brink Pink. HEX triplet: F0, 5F and 83. RGB value is (240,95,131). Sum of RGB (Red+Green+Blue) = 240+95+131=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F83 is #0FA07C. Grayscale: #8E8E8E. Windows color (decimal): -1024125 or 8609776. OLE color: 8609776.
HSL color Cylindrical-coordinate representation of color #F05F83: hue angle of 345.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F83 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 131 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.06 |
| HSL | 345.1º | 0.83% | 0.66% | - |
| HSV(B) | 345.1º | 0.6% | 0.94% | - |
| XYZ | 44.12 | 28.35 | 24.62 | - |
| YUV | 142.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 131 | 0 | 0.60 | 0.45 | 0.06 | 345.1 | 0.83 | 0.66 |
| Hex | F0 | 5F | 83 | 0 | 3C | 2D | 6 | 159 | 53 | 42 |
| Octal | 360 | 137 | 203 | 0 | 74 | 55 | 6 | 531 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10000011 | 0 | 111100 | 101101 | 110 | 101011001 | 1010011 | 1000010 |
Color Harmonies of #F05F83
Complementary color
Monochromatic Colors of #F05F83
Black with #F05F83
Text Example
Text Example
White with #F05F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F83; }
p { color: rgb(240,95,131); }
H1.HeaderClassName
{
color: #F05F83;
}
.AnyTagClassName
{
color: #F05F83;
}
</style>
background-color css
<style>
a { background-color: #F05F83; }
a { background-color: rgb(240,95,131); }
div.DivClassName
{
background-color: #F05F83;
}
.BgClassName
{
background-color: #F05F83;
}
</style>
border-color css
<style>
span { border-color: #F05F83; }
span { border-color: rgb(240,95,131); }
td.TdClassName
{
border-color: #F05F83;
}
.TagClassName
{
border-color: #F05F83;
}
</style>