Shades of Brink Pink #F05F81
Tints of Brink Pink #F05F81
RGB
CMYK
RGB Variations
Color information
#F05F81 (or 0xF05F81) is known color: Brink Pink. HEX triplet: F0, 5F and 81. RGB value is (240,95,129). Sum of RGB (Red+Green+Blue) = 240+95+129=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F81 is #0FA07E. Grayscale: #8E8E8E. Windows color (decimal): -1024127 or 8478704. OLE color: 8478704.
HSL color Cylindrical-coordinate representation of color #F05F81: hue angle of 345.93º 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 #F05F81 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 129 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.06 |
| HSL | 345.93º | 0.83% | 0.66% | - |
| HSV(B) | 345.93º | 0.6% | 0.94% | - |
| XYZ | 43.99 | 28.29 | 23.91 | - |
| YUV | 142.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 129 | 0 | 0.60 | 0.46 | 0.06 | 345.93 | 0.83 | 0.66 |
| Hex | F0 | 5F | 81 | 0 | 3C | 2E | 6 | 15A | 53 | 42 |
| Octal | 360 | 137 | 201 | 0 | 74 | 56 | 6 | 532 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10000001 | 0 | 111100 | 101110 | 110 | 101011010 | 1010011 | 1000010 |
Color Harmonies of #F05F81
Complementary color
Monochromatic Colors of #F05F81
Black with #F05F81
Text Example
Text Example
White with #F05F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F81; }
p { color: rgb(240,95,129); }
H1.HeaderClassName
{
color: #F05F81;
}
.AnyTagClassName
{
color: #F05F81;
}
</style>
background-color css
<style>
a { background-color: #F05F81; }
a { background-color: rgb(240,95,129); }
div.DivClassName
{
background-color: #F05F81;
}
.BgClassName
{
background-color: #F05F81;
}
</style>
border-color css
<style>
span { border-color: #F05F81; }
span { border-color: rgb(240,95,129); }
td.TdClassName
{
border-color: #F05F81;
}
.TagClassName
{
border-color: #F05F81;
}
</style>