Shades of Brink Pink #FF6594
Tints of Brink Pink #FF6594
RGB
CMYK
RGB Variations
Color information
#FF6594 (or 0xFF6594) is known color: Brink Pink. HEX triplet: FF, 65 and 94. RGB value is (255,101,148). Sum of RGB (Red+Green+Blue) = 255+101+148=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6594 is #009A6B. Grayscale: #989898. Windows color (decimal): -39532 or 9725439. OLE color: 9725439.
HSL color Cylindrical-coordinate representation of color #FF6594: hue angle of 341.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6594 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 148 | - |
| CMYK | 0 | 0.60 | 0.42 | 0 |
| HSL | 341.69º | 1% | 0.7% | - |
| HSV(B) | 341.69º | 0.6% | 1% | - |
| XYZ | 51.24 | 32.71 | 31.63 | - |
| YUV | 152.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 148 | 0 | 0.60 | 0.42 | 0 | 341.69 | 1 | 0.7 |
| Hex | FF | 65 | 94 | 0 | 3C | 2A | 0 | 156 | 64 | 46 |
| Octal | 377 | 145 | 224 | 0 | 74 | 52 | 0 | 526 | 144 | 106 |
| Binary | 11111111 | 1100101 | 10010100 | 0 | 111100 | 101010 | 0 | 101010110 | 1100100 | 1000110 |
Color Harmonies of #FF6594
Complementary color
Monochromatic Colors of #FF6594
Black with #FF6594
Text Example
Text Example
White with #FF6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6594; }
p { color: rgb(255,101,148); }
H1.HeaderClassName
{
color: #FF6594;
}
.AnyTagClassName
{
color: #FF6594;
}
</style>
background-color css
<style>
a { background-color: #FF6594; }
a { background-color: rgb(255,101,148); }
div.DivClassName
{
background-color: #FF6594;
}
.BgClassName
{
background-color: #FF6594;
}
</style>
border-color css
<style>
span { border-color: #FF6594; }
span { border-color: rgb(255,101,148); }
td.TdClassName
{
border-color: #FF6594;
}
.TagClassName
{
border-color: #FF6594;
}
</style>