Shades of Brink Pink #F25B7F
Tints of Brink Pink #F25B7F
RGB
CMYK
RGB Variations
Color information
#F25B7F (or 0xF25B7F) is known color: Brink Pink. HEX triplet: F2, 5B and 7F. RGB value is (242,91,127). Sum of RGB (Red+Green+Blue) = 242+91+127=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B7F is #0DA480. Grayscale: #8C8C8C. Windows color (decimal): -894081 or 8346610. OLE color: 8346610.
HSL color Cylindrical-coordinate representation of color #F25B7F: hue angle of 345.7º 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 #F25B7F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 127 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.05 |
| HSL | 345.7º | 0.85% | 0.65% | - |
| HSV(B) | 345.7º | 0.62% | 0.95% | - |
| XYZ | 44.19 | 27.89 | 23.13 | - |
| YUV | 140.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 127 | 0 | 0.62 | 0.48 | 0.05 | 345.7 | 0.85 | 0.65 |
| Hex | F2 | 5B | 7F | 0 | 3E | 30 | 5 | 15A | 55 | 41 |
| Octal | 362 | 133 | 177 | 0 | 76 | 60 | 5 | 532 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1111111 | 0 | 111110 | 110000 | 101 | 101011010 | 1010101 | 1000001 |
Color Harmonies of #F25B7F
Complementary color
Monochromatic Colors of #F25B7F
Black with #F25B7F
Text Example
Text Example
White with #F25B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B7F; }
p { color: rgb(242,91,127); }
H1.HeaderClassName
{
color: #F25B7F;
}
.AnyTagClassName
{
color: #F25B7F;
}
</style>
background-color css
<style>
a { background-color: #F25B7F; }
a { background-color: rgb(242,91,127); }
div.DivClassName
{
background-color: #F25B7F;
}
.BgClassName
{
background-color: #F25B7F;
}
</style>
border-color css
<style>
span { border-color: #F25B7F; }
span { border-color: rgb(242,91,127); }
td.TdClassName
{
border-color: #F25B7F;
}
.TagClassName
{
border-color: #F25B7F;
}
</style>