Shades of Pink Flamingo #F947FA
Tints of Pink Flamingo #F947FA
RGB
CMYK
RGB Variations
Color information
#F947FA (or 0xF947FA) is known color: Pink Flamingo. HEX triplet: F9, 47 and FA. RGB value is (249,71,250). Sum of RGB (Red+Green+Blue) = 249+71+250=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 71 (28.12% from 255 or 12.46% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #F947FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F947FA is #06B805. Grayscale: #909090. Windows color (decimal): -440326 or 16402425. OLE color: 16402425.
HSL color Cylindrical-coordinate representation of color #F947FA: hue angle of 299.66º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F947FA is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 250 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.02 |
| HSL | 299.66º | 0.95% | 0.63% | - |
| HSV(B) | 299.66º | 0.72% | 0.98% | - |
| XYZ | 58.58 | 31.55 | 93.44 | - |
| YUV | 144.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 250 | 0.00 | 0.72 | 0 | 0.02 | 299.66 | 0.95 | 0.63 |
| Hex | F9 | 47 | FA | 0 | 48 | 0 | 2 | 12C | 5F | 3F |
| Octal | 371 | 107 | 372 | 0 | 110 | 0 | 2 | 454 | 137 | 77 |
| Binary | 11111001 | 1000111 | 11111010 | 0 | 1001000 | 0 | 10 | 100101100 | 1011111 | 111111 |
Color Harmonies of #F947FA
Complementary color
Monochromatic Colors of #F947FA
Black with #F947FA
Text Example
Text Example
White with #F947FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947FA; }
p { color: rgb(249,71,250); }
H1.HeaderClassName
{
color: #F947FA;
}
.AnyTagClassName
{
color: #F947FA;
}
</style>
background-color css
<style>
a { background-color: #F947FA; }
a { background-color: rgb(249,71,250); }
div.DivClassName
{
background-color: #F947FA;
}
.BgClassName
{
background-color: #F947FA;
}
</style>
border-color css
<style>
span { border-color: #F947FA; }
span { border-color: rgb(249,71,250); }
td.TdClassName
{
border-color: #F947FA;
}
.TagClassName
{
border-color: #F947FA;
}
</style>