Shades of Pink Flamingo #F959F5
Tints of Pink Flamingo #F959F5
RGB
CMYK
RGB Variations
Color information
#F959F5 (or 0xF959F5) is known color: Pink Flamingo. HEX triplet: F9, 59 and F5. RGB value is (249,89,245). Sum of RGB (Red+Green+Blue) = 249+89+245=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 89 (35.16% from 255 or 15.27% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F959F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F959F5 is #06A60A. Grayscale: #9A9A9A. Windows color (decimal): -435723 or 16079353. OLE color: 16079353.
HSL color Cylindrical-coordinate representation of color #F959F5: hue angle of 301.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959F5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 245 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.02 |
| HSL | 301.5º | 0.93% | 0.66% | - |
| HSV(B) | 301.5º | 0.64% | 0.98% | - |
| XYZ | 59.12 | 33.88 | 89.81 | - |
| YUV | 154.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 245 | 0 | 0.64 | 0.02 | 0.02 | 301.5 | 0.93 | 0.66 |
| Hex | F9 | 59 | F5 | 0 | 40 | 2 | 2 | 12E | 5D | 42 |
| Octal | 371 | 131 | 365 | 0 | 100 | 2 | 2 | 456 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11110101 | 0 | 1000000 | 10 | 10 | 100101110 | 1011101 | 1000010 |
Color Harmonies of #F959F5
Complementary color
Monochromatic Colors of #F959F5
Black with #F959F5
Text Example
Text Example
White with #F959F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959F5; }
p { color: rgb(249,89,245); }
H1.HeaderClassName
{
color: #F959F5;
}
.AnyTagClassName
{
color: #F959F5;
}
</style>
background-color css
<style>
a { background-color: #F959F5; }
a { background-color: rgb(249,89,245); }
div.DivClassName
{
background-color: #F959F5;
}
.BgClassName
{
background-color: #F959F5;
}
</style>
border-color css
<style>
span { border-color: #F959F5; }
span { border-color: rgb(249,89,245); }
td.TdClassName
{
border-color: #F959F5;
}
.TagClassName
{
border-color: #F959F5;
}
</style>