Shades of Brink Pink #FF6494
Tints of Brink Pink #FF6494
RGB
CMYK
RGB Variations
Color information
#FF6494 (or 0xFF6494) is known color: Brink Pink. HEX triplet: FF, 64 and 94. RGB value is (255,100,148). Sum of RGB (Red+Green+Blue) = 255+100+148=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6494 is #009B6B. Grayscale: #979797. Windows color (decimal): -39788 or 9725183. OLE color: 9725183.
HSL color Cylindrical-coordinate representation of color #FF6494: hue angle of 341.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6494 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 148 | - |
| CMYK | 0 | 0.61 | 0.42 | 0 |
| HSL | 341.42º | 1% | 0.7% | - |
| HSV(B) | 341.42º | 0.61% | 1% | - |
| XYZ | 51.14 | 32.51 | 31.6 | - |
| YUV | 151.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 148 | 0 | 0.61 | 0.42 | 0 | 341.42 | 1 | 0.7 |
| Hex | FF | 64 | 94 | 0 | 3D | 2A | 0 | 155 | 64 | 46 |
| Octal | 377 | 144 | 224 | 0 | 75 | 52 | 0 | 525 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10010100 | 0 | 111101 | 101010 | 0 | 101010101 | 1100100 | 1000110 |
Color Harmonies of #FF6494
Complementary color
Monochromatic Colors of #FF6494
Black with #FF6494
Text Example
Text Example
White with #FF6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6494; }
p { color: rgb(255,100,148); }
H1.HeaderClassName
{
color: #FF6494;
}
.AnyTagClassName
{
color: #FF6494;
}
</style>
background-color css
<style>
a { background-color: #FF6494; }
a { background-color: rgb(255,100,148); }
div.DivClassName
{
background-color: #FF6494;
}
.BgClassName
{
background-color: #FF6494;
}
</style>
border-color css
<style>
span { border-color: #FF6494; }
span { border-color: rgb(255,100,148); }
td.TdClassName
{
border-color: #FF6494;
}
.TagClassName
{
border-color: #FF6494;
}
</style>