Shades of Pink Flamingo #F958FF
Tints of Pink Flamingo #F958FF
RGB
CMYK
RGB Variations
Color information
#F958FF (or 0xF958FF) is known color: Pink Flamingo. HEX triplet: F9, 58 and FF. RGB value is (249,88,255). Sum of RGB (Red+Green+Blue) = 249+88+255=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 88 (34.77% from 255 or 14.86% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F958FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F958FF is #06A700. Grayscale: #9A9A9A. Windows color (decimal): -435969 or 16734457. OLE color: 16734457.
HSL color Cylindrical-coordinate representation of color #F958FF: hue angle of 297.84º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F958FF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 88 | 255 | - |
| CMYK | 0.02 | 0.65 | 0 | 0 |
| HSL | 297.84º | 1% | 0.67% | - |
| HSV(B) | 297.84º | 0.65% | 1% | - |
| XYZ | 60.61 | 34.34 | 98.04 | - |
| YUV | 155.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 255 | 0.02 | 0.65 | 0 | 0 | 297.84 | 1 | 0.67 |
| Hex | F9 | 58 | FF | 2 | 41 | 0 | 0 | 12A | 64 | 43 |
| Octal | 371 | 130 | 377 | 2 | 101 | 0 | 0 | 452 | 144 | 103 |
| Binary | 11111001 | 1011000 | 11111111 | 10 | 1000001 | 0 | 0 | 100101010 | 1100100 | 1000011 |
Color Harmonies of #F958FF
Complementary color
Monochromatic Colors of #F958FF
Black with #F958FF
Text Example
Text Example
White with #F958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958FF; }
p { color: rgb(249,88,255); }
H1.HeaderClassName
{
color: #F958FF;
}
.AnyTagClassName
{
color: #F958FF;
}
</style>
background-color css
<style>
a { background-color: #F958FF; }
a { background-color: rgb(249,88,255); }
div.DivClassName
{
background-color: #F958FF;
}
.BgClassName
{
background-color: #F958FF;
}
</style>
border-color css
<style>
span { border-color: #F958FF; }
span { border-color: rgb(249,88,255); }
td.TdClassName
{
border-color: #F958FF;
}
.TagClassName
{
border-color: #F958FF;
}
</style>