Shades of Brink Pink #F25F7C
Tints of Brink Pink #F25F7C
RGB
CMYK
RGB Variations
Color information
#F25F7C (or 0xF25F7C) is known color: Brink Pink. HEX triplet: F2, 5F and 7C. RGB value is (242,95,124). Sum of RGB (Red+Green+Blue) = 242+95+124=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F7C is #0DA083. Grayscale: #8E8E8E. Windows color (decimal): -893060 or 8151026. OLE color: 8151026.
HSL color Cylindrical-coordinate representation of color #F25F7C: hue angle of 348.16º 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 #F25F7C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 124 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.05 |
| HSL | 348.16º | 0.85% | 0.66% | - |
| HSV(B) | 348.16º | 0.61% | 0.95% | - |
| XYZ | 44.35 | 28.52 | 22.24 | - |
| YUV | 142.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 124 | 0 | 0.61 | 0.49 | 0.05 | 348.16 | 0.85 | 0.66 |
| Hex | F2 | 5F | 7C | 0 | 3D | 31 | 5 | 15C | 55 | 42 |
| Octal | 362 | 137 | 174 | 0 | 75 | 61 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1011111 | 1111100 | 0 | 111101 | 110001 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F25F7C
Complementary color
Monochromatic Colors of #F25F7C
Black with #F25F7C
Text Example
Text Example
White with #F25F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F7C; }
p { color: rgb(242,95,124); }
H1.HeaderClassName
{
color: #F25F7C;
}
.AnyTagClassName
{
color: #F25F7C;
}
</style>
background-color css
<style>
a { background-color: #F25F7C; }
a { background-color: rgb(242,95,124); }
div.DivClassName
{
background-color: #F25F7C;
}
.BgClassName
{
background-color: #F25F7C;
}
</style>
border-color css
<style>
span { border-color: #F25F7C; }
span { border-color: rgb(242,95,124); }
td.TdClassName
{
border-color: #F25F7C;
}
.TagClassName
{
border-color: #F25F7C;
}
</style>