Shades of Brink Pink #F25D7B
Tints of Brink Pink #F25D7B
RGB
CMYK
RGB Variations
Color information
#F25D7B (or 0xF25D7B) is known color: Brink Pink. HEX triplet: F2, 5D and 7B. RGB value is (242,93,123). Sum of RGB (Red+Green+Blue) = 242+93+123=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D7B is #0DA284. Grayscale: #8D8D8D. Windows color (decimal): -893573 or 8084978. OLE color: 8084978.
HSL color Cylindrical-coordinate representation of color #F25D7B: hue angle of 347.92º 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 #F25D7B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 123 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.05 |
| HSL | 347.92º | 0.85% | 0.66% | - |
| HSV(B) | 347.92º | 0.62% | 0.95% | - |
| XYZ | 44.11 | 28.14 | 21.84 | - |
| YUV | 140.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 123 | 0 | 0.62 | 0.49 | 0.05 | 347.92 | 0.85 | 0.66 |
| Hex | F2 | 5D | 7B | 0 | 3E | 31 | 5 | 15C | 55 | 42 |
| Octal | 362 | 135 | 173 | 0 | 76 | 61 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1111011 | 0 | 111110 | 110001 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F25D7B
Complementary color
Monochromatic Colors of #F25D7B
Black with #F25D7B
Text Example
Text Example
White with #F25D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D7B; }
p { color: rgb(242,93,123); }
H1.HeaderClassName
{
color: #F25D7B;
}
.AnyTagClassName
{
color: #F25D7B;
}
</style>
background-color css
<style>
a { background-color: #F25D7B; }
a { background-color: rgb(242,93,123); }
div.DivClassName
{
background-color: #F25D7B;
}
.BgClassName
{
background-color: #F25D7B;
}
</style>
border-color css
<style>
span { border-color: #F25D7B; }
span { border-color: rgb(242,93,123); }
td.TdClassName
{
border-color: #F25D7B;
}
.TagClassName
{
border-color: #F25D7B;
}
</style>