Shades of Pink Flamingo #F955FF
Tints of Pink Flamingo #F955FF
RGB
CMYK
RGB Variations
Color information
#F955FF (or 0xF955FF) is known color: Pink Flamingo. HEX triplet: F9, 55 and FF. RGB value is (249,85,255). Sum of RGB (Red+Green+Blue) = 249+85+255=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 85 (33.59% from 255 or 14.43% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F955FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955FF is #06AA00. Grayscale: #989898. Windows color (decimal): -436737 or 16733689. OLE color: 16733689.
HSL color Cylindrical-coordinate representation of color #F955FF: hue angle of 297.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F955FF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 85 | 255 | - |
| CMYK | 0.02 | 0.67 | 0 | 0 |
| HSL | 297.88º | 1% | 0.67% | - |
| HSV(B) | 297.88º | 0.67% | 1% | - |
| XYZ | 60.37 | 33.86 | 97.96 | - |
| YUV | 153.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 255 | 0.02 | 0.67 | 0 | 0 | 297.88 | 1 | 0.67 |
| Hex | F9 | 55 | FF | 2 | 43 | 0 | 0 | 12A | 64 | 43 |
| Octal | 371 | 125 | 377 | 2 | 103 | 0 | 0 | 452 | 144 | 103 |
| Binary | 11111001 | 1010101 | 11111111 | 10 | 1000011 | 0 | 0 | 100101010 | 1100100 | 1000011 |
Color Harmonies of #F955FF
Complementary color
Monochromatic Colors of #F955FF
Black with #F955FF
Text Example
Text Example
White with #F955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955FF; }
p { color: rgb(249,85,255); }
H1.HeaderClassName
{
color: #F955FF;
}
.AnyTagClassName
{
color: #F955FF;
}
</style>
background-color css
<style>
a { background-color: #F955FF; }
a { background-color: rgb(249,85,255); }
div.DivClassName
{
background-color: #F955FF;
}
.BgClassName
{
background-color: #F955FF;
}
</style>
border-color css
<style>
span { border-color: #F955FF; }
span { border-color: rgb(249,85,255); }
td.TdClassName
{
border-color: #F955FF;
}
.TagClassName
{
border-color: #F955FF;
}
</style>