Shades of Pink Flamingo #F956EF
Tints of Pink Flamingo #F956EF
RGB
CMYK
RGB Variations
Color information
#F956EF (or 0xF956EF) is known color: Pink Flamingo. HEX triplet: F9, 56 and EF. RGB value is (249,86,239). Sum of RGB (Red+Green+Blue) = 249+86+239=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 86 (33.98% from 255 or 14.98% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F956EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F956EF is #06A910. Grayscale: #979797. Windows color (decimal): -436497 or 15685369. OLE color: 15685369.
HSL color Cylindrical-coordinate representation of color #F956EF: hue angle of 303.68º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956EF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 239 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 303.68º | 0.93% | 0.66% | - |
| HSV(B) | 303.68º | 0.65% | 0.98% | - |
| XYZ | 57.97 | 33.03 | 84.98 | - |
| YUV | 152.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 239 | 0 | 0.65 | 0.04 | 0.02 | 303.68 | 0.93 | 0.66 |
| Hex | F9 | 56 | EF | 0 | 41 | 4 | 2 | 130 | 5D | 42 |
| Octal | 371 | 126 | 357 | 0 | 101 | 4 | 2 | 460 | 135 | 102 |
| Binary | 11111001 | 1010110 | 11101111 | 0 | 1000001 | 100 | 10 | 100110000 | 1011101 | 1000010 |
Color Harmonies of #F956EF
Complementary color
Monochromatic Colors of #F956EF
Black with #F956EF
Text Example
Text Example
White with #F956EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956EF; }
p { color: rgb(249,86,239); }
H1.HeaderClassName
{
color: #F956EF;
}
.AnyTagClassName
{
color: #F956EF;
}
</style>
background-color css
<style>
a { background-color: #F956EF; }
a { background-color: rgb(249,86,239); }
div.DivClassName
{
background-color: #F956EF;
}
.BgClassName
{
background-color: #F956EF;
}
</style>
border-color css
<style>
span { border-color: #F956EF; }
span { border-color: rgb(249,86,239); }
td.TdClassName
{
border-color: #F956EF;
}
.TagClassName
{
border-color: #F956EF;
}
</style>