Shades of Pink Flamingo #F958FA
Tints of Pink Flamingo #F958FA
RGB
CMYK
RGB Variations
Color information
#F958FA (or 0xF958FA) is known color: Pink Flamingo. HEX triplet: F9, 58 and FA. RGB value is (249,88,250). Sum of RGB (Red+Green+Blue) = 249+88+250=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 88 (34.77% from 255 or 14.99% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #F958FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958FA is #06A705. Grayscale: #9A9A9A. Windows color (decimal): -435974 or 16406777. OLE color: 16406777.
HSL color Cylindrical-coordinate representation of color #F958FA: hue angle of 299.63º degrees, saturation: 0.94, 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 #F958FA is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 250 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.02 |
| HSL | 299.63º | 0.94% | 0.66% | - |
| HSV(B) | 299.63º | 0.65% | 0.98% | - |
| XYZ | 59.81 | 34.02 | 93.86 | - |
| YUV | 154.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 250 | 0.00 | 0.65 | 0 | 0.02 | 299.63 | 0.94 | 0.66 |
| Hex | F9 | 58 | FA | 0 | 41 | 0 | 2 | 12C | 5E | 42 |
| Octal | 371 | 130 | 372 | 0 | 101 | 0 | 2 | 454 | 136 | 102 |
| Binary | 11111001 | 1011000 | 11111010 | 0 | 1000001 | 0 | 10 | 100101100 | 1011110 | 1000010 |
Color Harmonies of #F958FA
Complementary color
Monochromatic Colors of #F958FA
Black with #F958FA
Text Example
Text Example
White with #F958FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958FA; }
p { color: rgb(249,88,250); }
H1.HeaderClassName
{
color: #F958FA;
}
.AnyTagClassName
{
color: #F958FA;
}
</style>
background-color css
<style>
a { background-color: #F958FA; }
a { background-color: rgb(249,88,250); }
div.DivClassName
{
background-color: #F958FA;
}
.BgClassName
{
background-color: #F958FA;
}
</style>
border-color css
<style>
span { border-color: #F958FA; }
span { border-color: rgb(249,88,250); }
td.TdClassName
{
border-color: #F958FA;
}
.TagClassName
{
border-color: #F958FA;
}
</style>