Shades of Pink Flamingo #F944FA
Tints of Pink Flamingo #F944FA
RGB
CMYK
RGB Variations
Color information
#F944FA (or 0xF944FA) is known color: Pink Flamingo. HEX triplet: F9, 44 and FA. RGB value is (249,68,250). Sum of RGB (Red+Green+Blue) = 249+68+250=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F944FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F944FA is #06BB05. Grayscale: #8E8E8E. Windows color (decimal): -441094 or 16401657. OLE color: 16401657.
HSL color Cylindrical-coordinate representation of color #F944FA: hue angle of 299.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F944FA is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 250 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.02 |
| HSL | 299.67º | 0.95% | 0.62% | - |
| HSV(B) | 299.67º | 0.73% | 0.98% | - |
| XYZ | 58.39 | 31.18 | 93.38 | - |
| YUV | 142.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 250 | 0.00 | 0.73 | 0 | 0.02 | 299.67 | 0.95 | 0.62 |
| Hex | F9 | 44 | FA | 0 | 49 | 0 | 2 | 12C | 5F | 3E |
| Octal | 371 | 104 | 372 | 0 | 111 | 0 | 2 | 454 | 137 | 76 |
| Binary | 11111001 | 1000100 | 11111010 | 0 | 1001001 | 0 | 10 | 100101100 | 1011111 | 111110 |
Color Harmonies of #F944FA
Complementary color
Monochromatic Colors of #F944FA
Black with #F944FA
Text Example
Text Example
White with #F944FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944FA; }
p { color: rgb(249,68,250); }
H1.HeaderClassName
{
color: #F944FA;
}
.AnyTagClassName
{
color: #F944FA;
}
</style>
background-color css
<style>
a { background-color: #F944FA; }
a { background-color: rgb(249,68,250); }
div.DivClassName
{
background-color: #F944FA;
}
.BgClassName
{
background-color: #F944FA;
}
</style>
border-color css
<style>
span { border-color: #F944FA; }
span { border-color: rgb(249,68,250); }
td.TdClassName
{
border-color: #F944FA;
}
.TagClassName
{
border-color: #F944FA;
}
</style>