Shades of Pink Flamingo #F951FA
Tints of Pink Flamingo #F951FA
RGB
CMYK
RGB Variations
Color information
#F951FA (or 0xF951FA) is known color: Pink Flamingo. HEX triplet: F9, 51 and FA. RGB value is (249,81,250). Sum of RGB (Red+Green+Blue) = 249+81+250=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 81 (32.03% from 255 or 13.97% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F951FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F951FA is #06AE05. Grayscale: #959595. Windows color (decimal): -437766 or 16404985. OLE color: 16404985.
HSL color Cylindrical-coordinate representation of color #F951FA: hue angle of 299.64º 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 #F951FA is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 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.26 | 32.93 | 93.67 | - |
| YUV | 150.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 250 | 0.00 | 0.68 | 0 | 0.02 | 299.65 | 0.94 | 0.65 |
| Hex | F9 | 51 | FA | 0 | 44 | 0 | 2 | 12C | 5E | 41 |
| Octal | 371 | 121 | 372 | 0 | 104 | 0 | 2 | 454 | 136 | 101 |
| Binary | 11111001 | 1010001 | 11111010 | 0 | 1000100 | 0 | 10 | 100101100 | 1011110 | 1000001 |
Color Harmonies of #F951FA
Complementary color
Monochromatic Colors of #F951FA
Black with #F951FA
Text Example
Text Example
White with #F951FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951FA; }
p { color: rgb(249,81,250); }
H1.HeaderClassName
{
color: #F951FA;
}
.AnyTagClassName
{
color: #F951FA;
}
</style>
background-color css
<style>
a { background-color: #F951FA; }
a { background-color: rgb(249,81,250); }
div.DivClassName
{
background-color: #F951FA;
}
.BgClassName
{
background-color: #F951FA;
}
</style>
border-color css
<style>
span { border-color: #F951FA; }
span { border-color: rgb(249,81,250); }
td.TdClassName
{
border-color: #F951FA;
}
.TagClassName
{
border-color: #F951FA;
}
</style>