Shades of Pink Flamingo #F950FA
Tints of Pink Flamingo #F950FA
RGB
CMYK
RGB Variations
Color information
#F950FA (or 0xF950FA) is known color: Pink Flamingo. HEX triplet: F9, 50 and FA. RGB value is (249,80,250). Sum of RGB (Red+Green+Blue) = 249+80+250=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 80 (31.64% from 255 or 13.82% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F950FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F950FA is #06AF05. Grayscale: #959595. Windows color (decimal): -438022 or 16404729. OLE color: 16404729.
HSL color Cylindrical-coordinate representation of color #F950FA: hue angle of 299.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950FA is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 250 | - |
| CMYK | 0.00 | 0.68 | 0 | 0.02 |
| HSL | 299.65º | 0.94% | 0.65% | - |
| HSV(B) | 299.65º | 0.68% | 0.98% | - |
| XYZ | 59.19 | 32.78 | 93.65 | - |
| YUV | 149.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 250 | 0.00 | 0.68 | 0 | 0.02 | 299.65 | 0.94 | 0.65 |
| Hex | F9 | 50 | FA | 0 | 44 | 0 | 2 | 12C | 5E | 41 |
| Octal | 371 | 120 | 372 | 0 | 104 | 0 | 2 | 454 | 136 | 101 |
| Binary | 11111001 | 1010000 | 11111010 | 0 | 1000100 | 0 | 10 | 100101100 | 1011110 | 1000001 |
Color Harmonies of #F950FA
Complementary color
Monochromatic Colors of #F950FA
Black with #F950FA
Text Example
Text Example
White with #F950FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F950FA; }
p { color: rgb(249,80,250); }
H1.HeaderClassName
{
color: #F950FA;
}
.AnyTagClassName
{
color: #F950FA;
}
</style>
background-color css
<style>
a { background-color: #F950FA; }
a { background-color: rgb(249,80,250); }
div.DivClassName
{
background-color: #F950FA;
}
.BgClassName
{
background-color: #F950FA;
}
</style>
border-color css
<style>
span { border-color: #F950FA; }
span { border-color: rgb(249,80,250); }
td.TdClassName
{
border-color: #F950FA;
}
.TagClassName
{
border-color: #F950FA;
}
</style>