Shades of Pink Flamingo #F957EF
Tints of Pink Flamingo #F957EF
RGB
CMYK
RGB Variations
Color information
#F957EF (or 0xF957EF) is known color: Pink Flamingo. HEX triplet: F9, 57 and EF. RGB value is (249,87,239). Sum of RGB (Red+Green+Blue) = 249+87+239=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F957EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F957EF is #06A810. Grayscale: #989898. Windows color (decimal): -436241 or 15685625. OLE color: 15685625.
HSL color Cylindrical-coordinate representation of color #F957EF: hue angle of 303.7º 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 #F957EF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 239 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 303.7º | 0.93% | 0.66% | - |
| HSV(B) | 303.7º | 0.65% | 0.98% | - |
| XYZ | 58.06 | 33.19 | 85.01 | - |
| YUV | 152.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 239 | 0 | 0.65 | 0.04 | 0.02 | 303.7 | 0.93 | 0.66 |
| Hex | F9 | 57 | EF | 0 | 41 | 4 | 2 | 130 | 5D | 42 |
| Octal | 371 | 127 | 357 | 0 | 101 | 4 | 2 | 460 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11101111 | 0 | 1000001 | 100 | 10 | 100110000 | 1011101 | 1000010 |
Color Harmonies of #F957EF
Complementary color
Monochromatic Colors of #F957EF
Black with #F957EF
Text Example
Text Example
White with #F957EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957EF; }
p { color: rgb(249,87,239); }
H1.HeaderClassName
{
color: #F957EF;
}
.AnyTagClassName
{
color: #F957EF;
}
</style>
background-color css
<style>
a { background-color: #F957EF; }
a { background-color: rgb(249,87,239); }
div.DivClassName
{
background-color: #F957EF;
}
.BgClassName
{
background-color: #F957EF;
}
</style>
border-color css
<style>
span { border-color: #F957EF; }
span { border-color: rgb(249,87,239); }
td.TdClassName
{
border-color: #F957EF;
}
.TagClassName
{
border-color: #F957EF;
}
</style>