Shades of Pink Flamingo #F958ED
Tints of Pink Flamingo #F958ED
RGB
CMYK
RGB Variations
Color information
#F958ED (or 0xF958ED) is known color: Pink Flamingo. HEX triplet: F9, 58 and ED. RGB value is (249,88,237). Sum of RGB (Red+Green+Blue) = 249+88+237=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F958ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958ED is #06A712. Grayscale: #989898. Windows color (decimal): -435987 or 15554809. OLE color: 15554809.
HSL color Cylindrical-coordinate representation of color #F958ED: hue angle of 304.47º 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 #F958ED is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 237 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.02 |
| HSL | 304.47º | 0.93% | 0.66% | - |
| HSV(B) | 304.47º | 0.65% | 0.98% | - |
| XYZ | 57.84 | 33.23 | 83.49 | - |
| YUV | 153.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 237 | 0 | 0.65 | 0.05 | 0.02 | 304.47 | 0.93 | 0.66 |
| Hex | F9 | 58 | ED | 0 | 41 | 5 | 2 | 130 | 5D | 42 |
| Octal | 371 | 130 | 355 | 0 | 101 | 5 | 2 | 460 | 135 | 102 |
| Binary | 11111001 | 1011000 | 11101101 | 0 | 1000001 | 101 | 10 | 100110000 | 1011101 | 1000010 |
Color Harmonies of #F958ED
Complementary color
Monochromatic Colors of #F958ED
Black with #F958ED
Text Example
Text Example
White with #F958ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958ED; }
p { color: rgb(249,88,237); }
H1.HeaderClassName
{
color: #F958ED;
}
.AnyTagClassName
{
color: #F958ED;
}
</style>
background-color css
<style>
a { background-color: #F958ED; }
a { background-color: rgb(249,88,237); }
div.DivClassName
{
background-color: #F958ED;
}
.BgClassName
{
background-color: #F958ED;
}
</style>
border-color css
<style>
span { border-color: #F958ED; }
span { border-color: rgb(249,88,237); }
td.TdClassName
{
border-color: #F958ED;
}
.TagClassName
{
border-color: #F958ED;
}
</style>