Shades of Brink Pink #F15B7D
Tints of Brink Pink #F15B7D
RGB
CMYK
RGB Variations
Color information
#F15B7D (or 0xF15B7D) is known color: Brink Pink. HEX triplet: F1, 5B and 7D. RGB value is (241,91,125). Sum of RGB (Red+Green+Blue) = 241+91+125=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15B7D is #0EA482. Grayscale: #8B8B8B. Windows color (decimal): -959619 or 8215537. OLE color: 8215537.
HSL color Cylindrical-coordinate representation of color #F15B7D: hue angle of 346.4º 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 #F15B7D is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 125 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.05 |
| HSL | 346.4º | 0.84% | 0.65% | - |
| HSV(B) | 346.4º | 0.62% | 0.95% | - |
| XYZ | 43.72 | 27.66 | 22.44 | - |
| YUV | 139.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 125 | 0 | 0.62 | 0.48 | 0.05 | 346.4 | 0.84 | 0.65 |
| Hex | F1 | 5B | 7D | 0 | 3E | 30 | 5 | 15A | 54 | 41 |
| Octal | 361 | 133 | 175 | 0 | 76 | 60 | 5 | 532 | 124 | 101 |
| Binary | 11110001 | 1011011 | 1111101 | 0 | 111110 | 110000 | 101 | 101011010 | 1010100 | 1000001 |
Color Harmonies of #F15B7D
Complementary color
Monochromatic Colors of #F15B7D
Black with #F15B7D
Text Example
Text Example
White with #F15B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B7D; }
p { color: rgb(241,91,125); }
H1.HeaderClassName
{
color: #F15B7D;
}
.AnyTagClassName
{
color: #F15B7D;
}
</style>
background-color css
<style>
a { background-color: #F15B7D; }
a { background-color: rgb(241,91,125); }
div.DivClassName
{
background-color: #F15B7D;
}
.BgClassName
{
background-color: #F15B7D;
}
</style>
border-color css
<style>
span { border-color: #F15B7D; }
span { border-color: rgb(241,91,125); }
td.TdClassName
{
border-color: #F15B7D;
}
.TagClassName
{
border-color: #F15B7D;
}
</style>