Shades of Brink Pink #F15B7F
Tints of Brink Pink #F15B7F
RGB
CMYK
RGB Variations
Color information
#F15B7F (or 0xF15B7F) is known color: Brink Pink. HEX triplet: F1, 5B and 7F. RGB value is (241,91,127). Sum of RGB (Red+Green+Blue) = 241+91+127=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15B7F is #0EA480. Grayscale: #8B8B8B. Windows color (decimal): -959617 or 8346609. OLE color: 8346609.
HSL color Cylindrical-coordinate representation of color #F15B7F: hue angle of 345.6º degrees, saturation: 0.84, 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 #F15B7F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 127 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.05 |
| HSL | 345.6º | 0.84% | 0.65% | - |
| HSV(B) | 345.6º | 0.62% | 0.95% | - |
| XYZ | 43.85 | 27.72 | 23.12 | - |
| YUV | 139.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 127 | 0 | 0.62 | 0.47 | 0.05 | 345.6 | 0.84 | 0.65 |
| Hex | F1 | 5B | 7F | 0 | 3E | 2F | 5 | 15A | 54 | 41 |
| Octal | 361 | 133 | 177 | 0 | 76 | 57 | 5 | 532 | 124 | 101 |
| Binary | 11110001 | 1011011 | 1111111 | 0 | 111110 | 101111 | 101 | 101011010 | 1010100 | 1000001 |
Color Harmonies of #F15B7F
Complementary color
Monochromatic Colors of #F15B7F
Black with #F15B7F
Text Example
Text Example
White with #F15B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B7F; }
p { color: rgb(241,91,127); }
H1.HeaderClassName
{
color: #F15B7F;
}
.AnyTagClassName
{
color: #F15B7F;
}
</style>
background-color css
<style>
a { background-color: #F15B7F; }
a { background-color: rgb(241,91,127); }
div.DivClassName
{
background-color: #F15B7F;
}
.BgClassName
{
background-color: #F15B7F;
}
</style>
border-color css
<style>
span { border-color: #F15B7F; }
span { border-color: rgb(241,91,127); }
td.TdClassName
{
border-color: #F15B7F;
}
.TagClassName
{
border-color: #F15B7F;
}
</style>