Shades of Brink Pink #F25980
Tints of Brink Pink #F25980
RGB
CMYK
RGB Variations
Color information
#F25980 (or 0xF25980) is known color: Brink Pink. HEX triplet: F2, 59 and 80. RGB value is (242,89,128). Sum of RGB (Red+Green+Blue) = 242+89+128=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25980 is #0DA67F. Grayscale: #8B8B8B. Windows color (decimal): -894592 or 8411634. OLE color: 8411634.
HSL color Cylindrical-coordinate representation of color #F25980: hue angle of 344.71º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25980 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 128 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.05 |
| HSL | 344.71º | 0.85% | 0.65% | - |
| HSV(B) | 344.71º | 0.63% | 0.95% | - |
| XYZ | 44.09 | 27.58 | 23.42 | - |
| YUV | 139.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 128 | 0 | 0.63 | 0.47 | 0.05 | 344.71 | 0.85 | 0.65 |
| Hex | F2 | 59 | 80 | 0 | 3F | 2F | 5 | 159 | 55 | 41 |
| Octal | 362 | 131 | 200 | 0 | 77 | 57 | 5 | 531 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10000000 | 0 | 111111 | 101111 | 101 | 101011001 | 1010101 | 1000001 |
Color Harmonies of #F25980
Complementary color
Monochromatic Colors of #F25980
Black with #F25980
Text Example
Text Example
White with #F25980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25980; }
p { color: rgb(242,89,128); }
H1.HeaderClassName
{
color: #F25980;
}
.AnyTagClassName
{
color: #F25980;
}
</style>
background-color css
<style>
a { background-color: #F25980; }
a { background-color: rgb(242,89,128); }
div.DivClassName
{
background-color: #F25980;
}
.BgClassName
{
background-color: #F25980;
}
</style>
border-color css
<style>
span { border-color: #F25980; }
span { border-color: rgb(242,89,128); }
td.TdClassName
{
border-color: #F25980;
}
.TagClassName
{
border-color: #F25980;
}
</style>