Shades of Brink Pink #F25C84
Tints of Brink Pink #F25C84
RGB
CMYK
RGB Variations
Color information
#F25C84 (or 0xF25C84) is known color: Brink Pink. HEX triplet: F2, 5C and 84. RGB value is (242,92,132). Sum of RGB (Red+Green+Blue) = 242+92+132=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C84 is #0DA37B. Grayscale: #8D8D8D. Windows color (decimal): -893820 or 8674546. OLE color: 8674546.
HSL color Cylindrical-coordinate representation of color #F25C84: hue angle of 344º 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 #F25C84 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 132 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.05 |
| HSL | 344º | 0.85% | 0.65% | - |
| HSV(B) | 344º | 0.62% | 0.95% | - |
| XYZ | 44.61 | 28.2 | 24.92 | - |
| YUV | 141.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 132 | 0 | 0.62 | 0.45 | 0.05 | 344 | 0.85 | 0.65 |
| Hex | F2 | 5C | 84 | 0 | 3E | 2D | 5 | 158 | 55 | 41 |
| Octal | 362 | 134 | 204 | 0 | 76 | 55 | 5 | 530 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10000100 | 0 | 111110 | 101101 | 101 | 101011000 | 1010101 | 1000001 |
Color Harmonies of #F25C84
Complementary color
Monochromatic Colors of #F25C84
Black with #F25C84
Text Example
Text Example
White with #F25C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C84; }
p { color: rgb(242,92,132); }
H1.HeaderClassName
{
color: #F25C84;
}
.AnyTagClassName
{
color: #F25C84;
}
</style>
background-color css
<style>
a { background-color: #F25C84; }
a { background-color: rgb(242,92,132); }
div.DivClassName
{
background-color: #F25C84;
}
.BgClassName
{
background-color: #F25C84;
}
</style>
border-color css
<style>
span { border-color: #F25C84; }
span { border-color: rgb(242,92,132); }
td.TdClassName
{
border-color: #F25C84;
}
.TagClassName
{
border-color: #F25C84;
}
</style>