Shades of Pink Flamingo #F957F4
Tints of Pink Flamingo #F957F4
RGB
CMYK
RGB Variations
Color information
#F957F4 (or 0xF957F4) is known color: Pink Flamingo. HEX triplet: F9, 57 and F4. RGB value is (249,87,244). Sum of RGB (Red+Green+Blue) = 249+87+244=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F957F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F957F4 is #06A80B. Grayscale: #989898. Windows color (decimal): -436236 or 16013305. OLE color: 16013305.
HSL color Cylindrical-coordinate representation of color #F957F4: hue angle of 301.85º 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 #F957F4 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 244 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.02 |
| HSL | 301.85º | 0.93% | 0.66% | - |
| HSV(B) | 301.85º | 0.65% | 0.98% | - |
| XYZ | 58.8 | 33.49 | 88.95 | - |
| YUV | 153.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 244 | 0 | 0.65 | 0.02 | 0.02 | 301.85 | 0.93 | 0.66 |
| Hex | F9 | 57 | F4 | 0 | 41 | 2 | 2 | 12E | 5D | 42 |
| Octal | 371 | 127 | 364 | 0 | 101 | 2 | 2 | 456 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11110100 | 0 | 1000001 | 10 | 10 | 100101110 | 1011101 | 1000010 |
Color Harmonies of #F957F4
Complementary color
Monochromatic Colors of #F957F4
Black with #F957F4
Text Example
Text Example
White with #F957F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957F4; }
p { color: rgb(249,87,244); }
H1.HeaderClassName
{
color: #F957F4;
}
.AnyTagClassName
{
color: #F957F4;
}
</style>
background-color css
<style>
a { background-color: #F957F4; }
a { background-color: rgb(249,87,244); }
div.DivClassName
{
background-color: #F957F4;
}
.BgClassName
{
background-color: #F957F4;
}
</style>
border-color css
<style>
span { border-color: #F957F4; }
span { border-color: rgb(249,87,244); }
td.TdClassName
{
border-color: #F957F4;
}
.TagClassName
{
border-color: #F957F4;
}
</style>