Shades of Brink Pink #F25C83
Tints of Brink Pink #F25C83
RGB
CMYK
RGB Variations
Color information
#F25C83 (or 0xF25C83) is known color: Brink Pink. HEX triplet: F2, 5C and 83. RGB value is (242,92,131). Sum of RGB (Red+Green+Blue) = 242+92+131=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C83 is #0DA37C. Grayscale: #8D8D8D. Windows color (decimal): -893821 or 8609010. OLE color: 8609010.
HSL color Cylindrical-coordinate representation of color #F25C83: hue angle of 344.4º 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 #F25C83 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 131 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.05 |
| HSL | 344.4º | 0.85% | 0.65% | - |
| HSV(B) | 344.4º | 0.62% | 0.95% | - |
| XYZ | 44.54 | 28.17 | 24.56 | - |
| YUV | 141.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 131 | 0 | 0.62 | 0.46 | 0.05 | 344.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | 83 | 0 | 3E | 2E | 5 | 158 | 55 | 41 |
| Octal | 362 | 134 | 203 | 0 | 76 | 56 | 5 | 530 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10000011 | 0 | 111110 | 101110 | 101 | 101011000 | 1010101 | 1000001 |
Color Harmonies of #F25C83
Complementary color
Monochromatic Colors of #F25C83
Black with #F25C83
Text Example
Text Example
White with #F25C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C83; }
p { color: rgb(242,92,131); }
H1.HeaderClassName
{
color: #F25C83;
}
.AnyTagClassName
{
color: #F25C83;
}
</style>
background-color css
<style>
a { background-color: #F25C83; }
a { background-color: rgb(242,92,131); }
div.DivClassName
{
background-color: #F25C83;
}
.BgClassName
{
background-color: #F25C83;
}
</style>
border-color css
<style>
span { border-color: #F25C83; }
span { border-color: rgb(242,92,131); }
td.TdClassName
{
border-color: #F25C83;
}
.TagClassName
{
border-color: #F25C83;
}
</style>