Shades of Pink Flamingo #FF59F5
Tints of Pink Flamingo #FF59F5
RGB
CMYK
RGB Variations
Color information
#FF59F5 (or 0xFF59F5) is known color: Pink Flamingo. HEX triplet: FF, 59 and F5. RGB value is (255,89,245). Sum of RGB (Red+Green+Blue) = 255+89+245=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 89 (35.16% from 255 or 15.11% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF59F5 is #00A60A. Grayscale: #9B9B9B. Windows color (decimal): -42507 or 16079359. OLE color: 16079359.
HSL color Cylindrical-coordinate representation of color #FF59F5: hue angle of 303.61º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59F5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 245 | - |
| CMYK | 0 | 0.65 | 0.04 | 0 |
| HSL | 303.61º | 1% | 0.67% | - |
| HSV(B) | 303.61º | 0.65% | 1% | - |
| XYZ | 61.29 | 35 | 89.91 | - |
| YUV | 156.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 245 | 0 | 0.65 | 0.04 | 0 | 303.61 | 1 | 0.67 |
| Hex | FF | 59 | F5 | 0 | 41 | 4 | 0 | 130 | 64 | 43 |
| Octal | 377 | 131 | 365 | 0 | 101 | 4 | 0 | 460 | 144 | 103 |
| Binary | 11111111 | 1011001 | 11110101 | 0 | 1000001 | 100 | 0 | 100110000 | 1100100 | 1000011 |
Color Harmonies of #FF59F5
Complementary color
Monochromatic Colors of #FF59F5
Black with #FF59F5
Text Example
Text Example
White with #FF59F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59F5; }
p { color: rgb(255,89,245); }
H1.HeaderClassName
{
color: #FF59F5;
}
.AnyTagClassName
{
color: #FF59F5;
}
</style>
background-color css
<style>
a { background-color: #FF59F5; }
a { background-color: rgb(255,89,245); }
div.DivClassName
{
background-color: #FF59F5;
}
.BgClassName
{
background-color: #FF59F5;
}
</style>
border-color css
<style>
span { border-color: #FF59F5; }
span { border-color: rgb(255,89,245); }
td.TdClassName
{
border-color: #FF59F5;
}
.TagClassName
{
border-color: #FF59F5;
}
</style>