Shades of Brink Pink #F25B85
Tints of Brink Pink #F25B85
RGB
CMYK
RGB Variations
Color information
#F25B85 (or 0xF25B85) is known color: Brink Pink. HEX triplet: F2, 5B and 85. RGB value is (242,91,133). Sum of RGB (Red+Green+Blue) = 242+91+133=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B85 is #0DA47A. Grayscale: #8C8C8C. Windows color (decimal): -894075 or 8739826. OLE color: 8739826.
HSL color Cylindrical-coordinate representation of color #F25B85: hue angle of 343.31º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B85 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 133 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.05 |
| HSL | 343.31º | 0.85% | 0.65% | - |
| HSV(B) | 343.31º | 0.62% | 0.95% | - |
| XYZ | 44.59 | 28.05 | 25.25 | - |
| YUV | 140.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 133 | 0 | 0.62 | 0.45 | 0.05 | 343.31 | 0.85 | 0.65 |
| Hex | F2 | 5B | 85 | 0 | 3E | 2D | 5 | 157 | 55 | 41 |
| Octal | 362 | 133 | 205 | 0 | 76 | 55 | 5 | 527 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10000101 | 0 | 111110 | 101101 | 101 | 101010111 | 1010101 | 1000001 |
Color Harmonies of #F25B85
Complementary color
Monochromatic Colors of #F25B85
Black with #F25B85
Text Example
Text Example
White with #F25B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B85; }
p { color: rgb(242,91,133); }
H1.HeaderClassName
{
color: #F25B85;
}
.AnyTagClassName
{
color: #F25B85;
}
</style>
background-color css
<style>
a { background-color: #F25B85; }
a { background-color: rgb(242,91,133); }
div.DivClassName
{
background-color: #F25B85;
}
.BgClassName
{
background-color: #F25B85;
}
</style>
border-color css
<style>
span { border-color: #F25B85; }
span { border-color: rgb(242,91,133); }
td.TdClassName
{
border-color: #F25B85;
}
.TagClassName
{
border-color: #F25B85;
}
</style>