Shades of Pink Flamingo #F958EE
Tints of Pink Flamingo #F958EE
RGB
CMYK
RGB Variations
Color information
#F958EE (or 0xF958EE) is known color: Pink Flamingo. HEX triplet: F9, 58 and EE. RGB value is (249,88,238). Sum of RGB (Red+Green+Blue) = 249+88+238=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F958EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958EE is #06A711. Grayscale: #989898. Windows color (decimal): -435986 or 15620345. OLE color: 15620345.
HSL color Cylindrical-coordinate representation of color #F958EE: hue angle of 304.1º 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 #F958EE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 238 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 304.1º | 0.93% | 0.66% | - |
| HSV(B) | 304.1º | 0.65% | 0.98% | - |
| XYZ | 57.99 | 33.29 | 84.26 | - |
| YUV | 153.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 238 | 0 | 0.65 | 0.04 | 0.02 | 304.1 | 0.93 | 0.66 |
| Hex | F9 | 58 | EE | 0 | 41 | 4 | 2 | 130 | 5D | 42 |
| Octal | 371 | 130 | 356 | 0 | 101 | 4 | 2 | 460 | 135 | 102 |
| Binary | 11111001 | 1011000 | 11101110 | 0 | 1000001 | 100 | 10 | 100110000 | 1011101 | 1000010 |
Color Harmonies of #F958EE
Complementary color
Monochromatic Colors of #F958EE
Black with #F958EE
Text Example
Text Example
White with #F958EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958EE; }
p { color: rgb(249,88,238); }
H1.HeaderClassName
{
color: #F958EE;
}
.AnyTagClassName
{
color: #F958EE;
}
</style>
background-color css
<style>
a { background-color: #F958EE; }
a { background-color: rgb(249,88,238); }
div.DivClassName
{
background-color: #F958EE;
}
.BgClassName
{
background-color: #F958EE;
}
</style>
border-color css
<style>
span { border-color: #F958EE; }
span { border-color: rgb(249,88,238); }
td.TdClassName
{
border-color: #F958EE;
}
.TagClassName
{
border-color: #F958EE;
}
</style>