Shades of Brink Pink #F15D7D
Tints of Brink Pink #F15D7D
RGB
CMYK
RGB Variations
Color information
#F15D7D (or 0xF15D7D) is known color: Brink Pink. HEX triplet: F1, 5D and 7D. RGB value is (241,93,125). Sum of RGB (Red+Green+Blue) = 241+93+125=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D7D is #0EA282. Grayscale: #8C8C8C. Windows color (decimal): -959107 or 8216049. OLE color: 8216049.
HSL color Cylindrical-coordinate representation of color #F15D7D: hue angle of 347.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15D7D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 125 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.05 |
| HSL | 347.03º | 0.84% | 0.65% | - |
| HSV(B) | 347.03º | 0.61% | 0.95% | - |
| XYZ | 43.89 | 28.01 | 22.5 | - |
| YUV | 140.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 125 | 0 | 0.61 | 0.48 | 0.05 | 347.03 | 0.84 | 0.65 |
| Hex | F1 | 5D | 7D | 0 | 3D | 30 | 5 | 15B | 54 | 41 |
| Octal | 361 | 135 | 175 | 0 | 75 | 60 | 5 | 533 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1111101 | 0 | 111101 | 110000 | 101 | 101011011 | 1010100 | 1000001 |
Color Harmonies of #F15D7D
Complementary color
Monochromatic Colors of #F15D7D
Black with #F15D7D
Text Example
Text Example
White with #F15D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D7D; }
p { color: rgb(241,93,125); }
H1.HeaderClassName
{
color: #F15D7D;
}
.AnyTagClassName
{
color: #F15D7D;
}
</style>
background-color css
<style>
a { background-color: #F15D7D; }
a { background-color: rgb(241,93,125); }
div.DivClassName
{
background-color: #F15D7D;
}
.BgClassName
{
background-color: #F15D7D;
}
</style>
border-color css
<style>
span { border-color: #F15D7D; }
span { border-color: rgb(241,93,125); }
td.TdClassName
{
border-color: #F15D7D;
}
.TagClassName
{
border-color: #F15D7D;
}
</style>