Shades of Brink Pink #F25A7B
Tints of Brink Pink #F25A7B
RGB
CMYK
RGB Variations
Color information
#F25A7B (or 0xF25A7B) is known color: Brink Pink. HEX triplet: F2, 5A and 7B. RGB value is (242,90,123). Sum of RGB (Red+Green+Blue) = 242+90+123=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A7B is #0DA584. Grayscale: #8B8B8B. Windows color (decimal): -894341 or 8084210. OLE color: 8084210.
HSL color Cylindrical-coordinate representation of color #F25A7B: hue angle of 346.97º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25A7B is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 123 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.05 |
| HSL | 346.97º | 0.85% | 0.65% | - |
| HSV(B) | 346.97º | 0.63% | 0.95% | - |
| XYZ | 43.85 | 27.62 | 21.76 | - |
| YUV | 139.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 123 | 0 | 0.63 | 0.49 | 0.05 | 346.97 | 0.85 | 0.65 |
| Hex | F2 | 5A | 7B | 0 | 3F | 31 | 5 | 15B | 55 | 41 |
| Octal | 362 | 132 | 173 | 0 | 77 | 61 | 5 | 533 | 125 | 101 |
| Binary | 11110010 | 1011010 | 1111011 | 0 | 111111 | 110001 | 101 | 101011011 | 1010101 | 1000001 |
Color Harmonies of #F25A7B
Complementary color
Monochromatic Colors of #F25A7B
Black with #F25A7B
Text Example
Text Example
White with #F25A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A7B; }
p { color: rgb(242,90,123); }
H1.HeaderClassName
{
color: #F25A7B;
}
.AnyTagClassName
{
color: #F25A7B;
}
</style>
background-color css
<style>
a { background-color: #F25A7B; }
a { background-color: rgb(242,90,123); }
div.DivClassName
{
background-color: #F25A7B;
}
.BgClassName
{
background-color: #F25A7B;
}
</style>
border-color css
<style>
span { border-color: #F25A7B; }
span { border-color: rgb(242,90,123); }
td.TdClassName
{
border-color: #F25A7B;
}
.TagClassName
{
border-color: #F25A7B;
}
</style>