Shades of Brink Pink #F25B7B
Tints of Brink Pink #F25B7B
RGB
CMYK
RGB Variations
Color information
#F25B7B (or 0xF25B7B) is known color: Brink Pink. HEX triplet: F2, 5B and 7B. RGB value is (242,91,123). Sum of RGB (Red+Green+Blue) = 242+91+123=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B7B is #0DA484. Grayscale: #8B8B8B. Windows color (decimal): -894085 or 8084466. OLE color: 8084466.
HSL color Cylindrical-coordinate representation of color #F25B7B: hue angle of 347.28º 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 #F25B7B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 123 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.05 |
| HSL | 347.28º | 0.85% | 0.65% | - |
| HSV(B) | 347.28º | 0.62% | 0.95% | - |
| XYZ | 43.93 | 27.79 | 21.79 | - |
| YUV | 139.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 123 | 0 | 0.62 | 0.49 | 0.05 | 347.28 | 0.85 | 0.65 |
| Hex | F2 | 5B | 7B | 0 | 3E | 31 | 5 | 15B | 55 | 41 |
| Octal | 362 | 133 | 173 | 0 | 76 | 61 | 5 | 533 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1111011 | 0 | 111110 | 110001 | 101 | 101011011 | 1010101 | 1000001 |
Color Harmonies of #F25B7B
Complementary color
Monochromatic Colors of #F25B7B
Black with #F25B7B
Text Example
Text Example
White with #F25B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B7B; }
p { color: rgb(242,91,123); }
H1.HeaderClassName
{
color: #F25B7B;
}
.AnyTagClassName
{
color: #F25B7B;
}
</style>
background-color css
<style>
a { background-color: #F25B7B; }
a { background-color: rgb(242,91,123); }
div.DivClassName
{
background-color: #F25B7B;
}
.BgClassName
{
background-color: #F25B7B;
}
</style>
border-color css
<style>
span { border-color: #F25B7B; }
span { border-color: rgb(242,91,123); }
td.TdClassName
{
border-color: #F25B7B;
}
.TagClassName
{
border-color: #F25B7B;
}
</style>