Shades of Pink Flamingo #F955FA
Tints of Pink Flamingo #F955FA
RGB
CMYK
RGB Variations
Color information
#F955FA (or 0xF955FA) is known color: Pink Flamingo. HEX triplet: F9, 55 and FA. RGB value is (249,85,250). Sum of RGB (Red+Green+Blue) = 249+85+250=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #F955FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955FA is #06AA05. Grayscale: #989898. Windows color (decimal): -436742 or 16406009. OLE color: 16406009.
HSL color Cylindrical-coordinate representation of color #F955FA: hue angle of 299.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955FA is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 250 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.02 |
| HSL | 299.64º | 0.94% | 0.66% | - |
| HSV(B) | 299.64º | 0.66% | 0.98% | - |
| XYZ | 59.57 | 33.54 | 93.78 | - |
| YUV | 152.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 250 | 0.00 | 0.66 | 0 | 0.02 | 299.64 | 0.94 | 0.66 |
| Hex | F9 | 55 | FA | 0 | 42 | 0 | 2 | 12C | 5E | 42 |
| Octal | 371 | 125 | 372 | 0 | 102 | 0 | 2 | 454 | 136 | 102 |
| Binary | 11111001 | 1010101 | 11111010 | 0 | 1000010 | 0 | 10 | 100101100 | 1011110 | 1000010 |
Color Harmonies of #F955FA
Complementary color
Monochromatic Colors of #F955FA
Black with #F955FA
Text Example
Text Example
White with #F955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955FA; }
p { color: rgb(249,85,250); }
H1.HeaderClassName
{
color: #F955FA;
}
.AnyTagClassName
{
color: #F955FA;
}
</style>
background-color css
<style>
a { background-color: #F955FA; }
a { background-color: rgb(249,85,250); }
div.DivClassName
{
background-color: #F955FA;
}
.BgClassName
{
background-color: #F955FA;
}
</style>
border-color css
<style>
span { border-color: #F955FA; }
span { border-color: rgb(249,85,250); }
td.TdClassName
{
border-color: #F955FA;
}
.TagClassName
{
border-color: #F955FA;
}
</style>