Shades of Pink Flamingo #F459FE
Tints of Pink Flamingo #F459FE
RGB
CMYK
RGB Variations
Color information
#F459FE (or 0xF459FE) is known color: Pink Flamingo. HEX triplet: F4, 59 and FE. RGB value is (244,89,254). Sum of RGB (Red+Green+Blue) = 244+89+254=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 89 (35.16% from 255 or 15.16% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F459FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F459FE is #0BA601. Grayscale: #999999. Windows color (decimal): -763394 or 16669172. OLE color: 16669172.
HSL color Cylindrical-coordinate representation of color #F459FE: hue angle of 296.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F459FE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 89 | 254 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.00 |
| HSL | 296.36º | 0.99% | 0.67% | - |
| HSV(B) | 296.36º | 0.65% | 1% | - |
| XYZ | 58.77 | 33.53 | 97.14 | - |
| YUV | 154.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 254 | 0.04 | 0.65 | 0 | 0.00 | 296.36 | 0.99 | 0.67 |
| Hex | F4 | 59 | FE | 4 | 41 | 0 | 0 | 128 | 63 | 43 |
| Octal | 364 | 131 | 376 | 4 | 101 | 0 | 0 | 450 | 143 | 103 |
| Binary | 11110100 | 1011001 | 11111110 | 100 | 1000001 | 0 | 0 | 100101000 | 1100011 | 1000011 |
Color Harmonies of #F459FE
Complementary color
Monochromatic Colors of #F459FE
Black with #F459FE
Text Example
Text Example
White with #F459FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459FE; }
p { color: rgb(244,89,254); }
H1.HeaderClassName
{
color: #F459FE;
}
.AnyTagClassName
{
color: #F459FE;
}
</style>
background-color css
<style>
a { background-color: #F459FE; }
a { background-color: rgb(244,89,254); }
div.DivClassName
{
background-color: #F459FE;
}
.BgClassName
{
background-color: #F459FE;
}
</style>
border-color css
<style>
span { border-color: #F459FE; }
span { border-color: rgb(244,89,254); }
td.TdClassName
{
border-color: #F459FE;
}
.TagClassName
{
border-color: #F459FE;
}
</style>