Shades of Pink Flamingo #F956FF
Tints of Pink Flamingo #F956FF
RGB
CMYK
RGB Variations
Color information
#F956FF (or 0xF956FF) is known color: Pink Flamingo. HEX triplet: F9, 56 and FF. RGB value is (249,86,255). Sum of RGB (Red+Green+Blue) = 249+86+255=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 86 (33.98% from 255 or 14.58% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F956FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F956FF is #06A900. Grayscale: #999999. Windows color (decimal): -436481 or 16733945. OLE color: 16733945.
HSL color Cylindrical-coordinate representation of color #F956FF: hue angle of 297.87º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F956FF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 86 | 255 | - |
| CMYK | 0.02 | 0.66 | 0 | 0 |
| HSL | 297.87º | 1% | 0.67% | - |
| HSV(B) | 297.87º | 0.66% | 1% | - |
| XYZ | 60.44 | 34.02 | 97.99 | - |
| YUV | 154 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 255 | 0.02 | 0.66 | 0 | 0 | 297.87 | 1 | 0.67 |
| Hex | F9 | 56 | FF | 2 | 42 | 0 | 0 | 12A | 64 | 43 |
| Octal | 371 | 126 | 377 | 2 | 102 | 0 | 0 | 452 | 144 | 103 |
| Binary | 11111001 | 1010110 | 11111111 | 10 | 1000010 | 0 | 0 | 100101010 | 1100100 | 1000011 |
Color Harmonies of #F956FF
Complementary color
Monochromatic Colors of #F956FF
Black with #F956FF
Text Example
Text Example
White with #F956FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956FF; }
p { color: rgb(249,86,255); }
H1.HeaderClassName
{
color: #F956FF;
}
.AnyTagClassName
{
color: #F956FF;
}
</style>
background-color css
<style>
a { background-color: #F956FF; }
a { background-color: rgb(249,86,255); }
div.DivClassName
{
background-color: #F956FF;
}
.BgClassName
{
background-color: #F956FF;
}
</style>
border-color css
<style>
span { border-color: #F956FF; }
span { border-color: rgb(249,86,255); }
td.TdClassName
{
border-color: #F956FF;
}
.TagClassName
{
border-color: #F956FF;
}
</style>