Shades of Brink Pink #F15F7D
Tints of Brink Pink #F15F7D
RGB
CMYK
RGB Variations
Color information
#F15F7D (or 0xF15F7D) is known color: Brink Pink. HEX triplet: F1, 5F and 7D. RGB value is (241,95,125). Sum of RGB (Red+Green+Blue) = 241+95+125=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F7D is #0EA082. Grayscale: #8E8E8E. Windows color (decimal): -958595 or 8216561. OLE color: 8216561.
HSL color Cylindrical-coordinate representation of color #F15F7D: hue angle of 347.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15F7D is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 125 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.05 |
| HSL | 347.67º | 0.84% | 0.66% | - |
| HSV(B) | 347.67º | 0.61% | 0.95% | - |
| XYZ | 44.07 | 28.37 | 22.55 | - |
| YUV | 142.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 125 | 0 | 0.61 | 0.48 | 0.05 | 347.67 | 0.84 | 0.66 |
| Hex | F1 | 5F | 7D | 0 | 3D | 30 | 5 | 15C | 54 | 42 |
| Octal | 361 | 137 | 175 | 0 | 75 | 60 | 5 | 534 | 124 | 102 |
| Binary | 11110001 | 1011111 | 1111101 | 0 | 111101 | 110000 | 101 | 101011100 | 1010100 | 1000010 |
Color Harmonies of #F15F7D
Complementary color
Monochromatic Colors of #F15F7D
Black with #F15F7D
Text Example
Text Example
White with #F15F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F7D; }
p { color: rgb(241,95,125); }
H1.HeaderClassName
{
color: #F15F7D;
}
.AnyTagClassName
{
color: #F15F7D;
}
</style>
background-color css
<style>
a { background-color: #F15F7D; }
a { background-color: rgb(241,95,125); }
div.DivClassName
{
background-color: #F15F7D;
}
.BgClassName
{
background-color: #F15F7D;
}
</style>
border-color css
<style>
span { border-color: #F15F7D; }
span { border-color: rgb(241,95,125); }
td.TdClassName
{
border-color: #F15F7D;
}
.TagClassName
{
border-color: #F15F7D;
}
</style>