Shades of Brink Pink #F25B83
Tints of Brink Pink #F25B83
RGB
CMYK
RGB Variations
Color information
#F25B83 (or 0xF25B83) is known color: Brink Pink. HEX triplet: F2, 5B and 83. RGB value is (242,91,131). Sum of RGB (Red+Green+Blue) = 242+91+131=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B83 is #0DA47C. Grayscale: #8C8C8C. Windows color (decimal): -894077 or 8608754. OLE color: 8608754.
HSL color Cylindrical-coordinate representation of color #F25B83: hue angle of 344.11º 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 #F25B83 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 131 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.05 |
| HSL | 344.11º | 0.85% | 0.65% | - |
| HSV(B) | 344.11º | 0.62% | 0.95% | - |
| XYZ | 44.46 | 28 | 24.53 | - |
| YUV | 140.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 131 | 0 | 0.62 | 0.46 | 0.05 | 344.11 | 0.85 | 0.65 |
| Hex | F2 | 5B | 83 | 0 | 3E | 2E | 5 | 158 | 55 | 41 |
| Octal | 362 | 133 | 203 | 0 | 76 | 56 | 5 | 530 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10000011 | 0 | 111110 | 101110 | 101 | 101011000 | 1010101 | 1000001 |
Color Harmonies of #F25B83
Complementary color
Monochromatic Colors of #F25B83
Black with #F25B83
Text Example
Text Example
White with #F25B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B83; }
p { color: rgb(242,91,131); }
H1.HeaderClassName
{
color: #F25B83;
}
.AnyTagClassName
{
color: #F25B83;
}
</style>
background-color css
<style>
a { background-color: #F25B83; }
a { background-color: rgb(242,91,131); }
div.DivClassName
{
background-color: #F25B83;
}
.BgClassName
{
background-color: #F25B83;
}
</style>
border-color css
<style>
span { border-color: #F25B83; }
span { border-color: rgb(242,91,131); }
td.TdClassName
{
border-color: #F25B83;
}
.TagClassName
{
border-color: #F25B83;
}
</style>