Shades of Brink Pink #FF617E
Tints of Brink Pink #FF617E
RGB
CMYK
RGB Variations
Color information
#FF617E (or 0xFF617E) is known color: Brink Pink. HEX triplet: FF, 61 and 7E. RGB value is (255,97,126). Sum of RGB (Red+Green+Blue) = 255+97+126=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF617E is #009E81. Grayscale: #939393. Windows color (decimal): -40578 or 8282623. OLE color: 8282623.
HSL color Cylindrical-coordinate representation of color #FF617E: hue angle of 348.99º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF617E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 126 | - |
| CMYK | 0 | 0.62 | 0.51 | 0 |
| HSL | 348.99º | 1% | 0.69% | - |
| HSV(B) | 348.99º | 0.62% | 1% | - |
| XYZ | 49.28 | 31.32 | 23.19 | - |
| YUV | 147.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 126 | 0 | 0.62 | 0.51 | 0 | 348.99 | 1 | 0.69 |
| Hex | FF | 61 | 7E | 0 | 3E | 33 | 0 | 15D | 64 | 45 |
| Octal | 377 | 141 | 176 | 0 | 76 | 63 | 0 | 535 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1111110 | 0 | 111110 | 110011 | 0 | 101011101 | 1100100 | 1000101 |
Color Harmonies of #FF617E
Complementary color
Monochromatic Colors of #FF617E
Black with #FF617E
Text Example
Text Example
White with #FF617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF617E; }
p { color: rgb(255,97,126); }
H1.HeaderClassName
{
color: #FF617E;
}
.AnyTagClassName
{
color: #FF617E;
}
</style>
background-color css
<style>
a { background-color: #FF617E; }
a { background-color: rgb(255,97,126); }
div.DivClassName
{
background-color: #FF617E;
}
.BgClassName
{
background-color: #FF617E;
}
</style>
border-color css
<style>
span { border-color: #FF617E; }
span { border-color: rgb(255,97,126); }
td.TdClassName
{
border-color: #FF617E;
}
.TagClassName
{
border-color: #FF617E;
}
</style>