Shades of Brink Pink #F25F7D
Tints of Brink Pink #F25F7D
RGB
CMYK
RGB Variations
Color information
#F25F7D (or 0xF25F7D) is known color: Brink Pink. HEX triplet: F2, 5F and 7D. RGB value is (242,95,125). Sum of RGB (Red+Green+Blue) = 242+95+125=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F7D is #0DA082. Grayscale: #8E8E8E. Windows color (decimal): -893059 or 8216562. OLE color: 8216562.
HSL color Cylindrical-coordinate representation of color #F25F7D: hue angle of 347.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25F7D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 125 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.05 |
| HSL | 347.76º | 0.85% | 0.66% | - |
| HSV(B) | 347.76º | 0.61% | 0.95% | - |
| XYZ | 44.41 | 28.54 | 22.57 | - |
| YUV | 142.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 125 | 0 | 0.61 | 0.48 | 0.05 | 347.76 | 0.85 | 0.66 |
| Hex | F2 | 5F | 7D | 0 | 3D | 30 | 5 | 15C | 55 | 42 |
| Octal | 362 | 137 | 175 | 0 | 75 | 60 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1011111 | 1111101 | 0 | 111101 | 110000 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F25F7D
Complementary color
Monochromatic Colors of #F25F7D
Black with #F25F7D
Text Example
Text Example
White with #F25F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F7D; }
p { color: rgb(242,95,125); }
H1.HeaderClassName
{
color: #F25F7D;
}
.AnyTagClassName
{
color: #F25F7D;
}
</style>
background-color css
<style>
a { background-color: #F25F7D; }
a { background-color: rgb(242,95,125); }
div.DivClassName
{
background-color: #F25F7D;
}
.BgClassName
{
background-color: #F25F7D;
}
</style>
border-color css
<style>
span { border-color: #F25F7D; }
span { border-color: rgb(242,95,125); }
td.TdClassName
{
border-color: #F25F7D;
}
.TagClassName
{
border-color: #F25F7D;
}
</style>