Shades of Brink Pink #FF5F7E
Tints of Brink Pink #FF5F7E
RGB
CMYK
RGB Variations
Color information
#FF5F7E (or 0xFF5F7E) is known color: Brink Pink. HEX triplet: FF, 5F and 7E. RGB value is (255,95,126). Sum of RGB (Red+Green+Blue) = 255+95+126=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F7E is #00A081. Grayscale: #929292. Windows color (decimal): -41090 or 8282111. OLE color: 8282111.
HSL color Cylindrical-coordinate representation of color #FF5F7E: hue angle of 348.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F7E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 126 | - |
| CMYK | 0 | 0.63 | 0.51 | 0 |
| HSL | 348.38º | 1% | 0.69% | - |
| HSV(B) | 348.38º | 0.63% | 1% | - |
| XYZ | 49.1 | 30.95 | 23.13 | - |
| YUV | 146.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 126 | 0 | 0.63 | 0.51 | 0 | 348.38 | 1 | 0.69 |
| Hex | FF | 5F | 7E | 0 | 3F | 33 | 0 | 15C | 64 | 45 |
| Octal | 377 | 137 | 176 | 0 | 77 | 63 | 0 | 534 | 144 | 105 |
| Binary | 11111111 | 1011111 | 1111110 | 0 | 111111 | 110011 | 0 | 101011100 | 1100100 | 1000101 |
Color Harmonies of #FF5F7E
Complementary color
Monochromatic Colors of #FF5F7E
Black with #FF5F7E
Text Example
Text Example
White with #FF5F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F7E; }
p { color: rgb(255,95,126); }
H1.HeaderClassName
{
color: #FF5F7E;
}
.AnyTagClassName
{
color: #FF5F7E;
}
</style>
background-color css
<style>
a { background-color: #FF5F7E; }
a { background-color: rgb(255,95,126); }
div.DivClassName
{
background-color: #FF5F7E;
}
.BgClassName
{
background-color: #FF5F7E;
}
</style>
border-color css
<style>
span { border-color: #FF5F7E; }
span { border-color: rgb(255,95,126); }
td.TdClassName
{
border-color: #FF5F7E;
}
.TagClassName
{
border-color: #FF5F7E;
}
</style>