Shades of Brink Pink #F25D83
Tints of Brink Pink #F25D83
RGB
CMYK
RGB Variations
Color information
#F25D83 (or 0xF25D83) is known color: Brink Pink. HEX triplet: F2, 5D and 83. RGB value is (242,93,131). Sum of RGB (Red+Green+Blue) = 242+93+131=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D83 is #0DA27C. Grayscale: #8D8D8D. Windows color (decimal): -893565 or 8609266. OLE color: 8609266.
HSL color Cylindrical-coordinate representation of color #F25D83: hue angle of 344.7º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25D83 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 131 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.05 |
| HSL | 344.7º | 0.85% | 0.66% | - |
| HSV(B) | 344.7º | 0.62% | 0.95% | - |
| XYZ | 44.63 | 28.34 | 24.59 | - |
| YUV | 141.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 131 | 0 | 0.62 | 0.46 | 0.05 | 344.7 | 0.85 | 0.66 |
| Hex | F2 | 5D | 83 | 0 | 3E | 2E | 5 | 159 | 55 | 42 |
| Octal | 362 | 135 | 203 | 0 | 76 | 56 | 5 | 531 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10000011 | 0 | 111110 | 101110 | 101 | 101011001 | 1010101 | 1000010 |
Color Harmonies of #F25D83
Complementary color
Monochromatic Colors of #F25D83
Black with #F25D83
Text Example
Text Example
White with #F25D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D83; }
p { color: rgb(242,93,131); }
H1.HeaderClassName
{
color: #F25D83;
}
.AnyTagClassName
{
color: #F25D83;
}
</style>
background-color css
<style>
a { background-color: #F25D83; }
a { background-color: rgb(242,93,131); }
div.DivClassName
{
background-color: #F25D83;
}
.BgClassName
{
background-color: #F25D83;
}
</style>
border-color css
<style>
span { border-color: #F25D83; }
span { border-color: rgb(242,93,131); }
td.TdClassName
{
border-color: #F25D83;
}
.TagClassName
{
border-color: #F25D83;
}
</style>