Shades of Pink Flamingo #F947FF
Tints of Pink Flamingo #F947FF
RGB
CMYK
RGB Variations
Color information
#F947FF (or 0xF947FF) is known color: Pink Flamingo. HEX triplet: F9, 47 and FF. RGB value is (249,71,255). Sum of RGB (Red+Green+Blue) = 249+71+255=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 71 (28.12% from 255 or 12.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F947FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F947FF is #06B800. Grayscale: #909090. Windows color (decimal): -440321 or 16730105. OLE color: 16730105.
HSL color Cylindrical-coordinate representation of color #F947FF: hue angle of 298.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F947FF is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 71 | 255 | - |
| CMYK | 0.02 | 0.72 | 0 | 0 |
| HSL | 298.04º | 1% | 0.64% | - |
| HSV(B) | 298.04º | 0.72% | 1% | - |
| XYZ | 59.37 | 31.87 | 97.63 | - |
| YUV | 145.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 255 | 0.02 | 0.72 | 0 | 0 | 298.04 | 1 | 0.64 |
| Hex | F9 | 47 | FF | 2 | 48 | 0 | 0 | 12A | 64 | 40 |
| Octal | 371 | 107 | 377 | 2 | 110 | 0 | 0 | 452 | 144 | 100 |
| Binary | 11111001 | 1000111 | 11111111 | 10 | 1001000 | 0 | 0 | 100101010 | 1100100 | 1000000 |
Color Harmonies of #F947FF
Complementary color
Monochromatic Colors of #F947FF
Black with #F947FF
Text Example
Text Example
White with #F947FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947FF; }
p { color: rgb(249,71,255); }
H1.HeaderClassName
{
color: #F947FF;
}
.AnyTagClassName
{
color: #F947FF;
}
</style>
background-color css
<style>
a { background-color: #F947FF; }
a { background-color: rgb(249,71,255); }
div.DivClassName
{
background-color: #F947FF;
}
.BgClassName
{
background-color: #F947FF;
}
</style>
border-color css
<style>
span { border-color: #F947FF; }
span { border-color: rgb(249,71,255); }
td.TdClassName
{
border-color: #F947FF;
}
.TagClassName
{
border-color: #F947FF;
}
</style>