Shades of Pink Flamingo #F94DFF
Tints of Pink Flamingo #F94DFF
RGB
CMYK
RGB Variations
Color information
#F94DFF (or 0xF94DFF) is known color: Pink Flamingo. HEX triplet: F9, 4D and FF. RGB value is (249,77,255). Sum of RGB (Red+Green+Blue) = 249+77+255=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 77 (30.47% from 255 or 13.25% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F94DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFF is #06B200. Grayscale: #949494. Windows color (decimal): -438785 or 16731641. OLE color: 16731641.
HSL color Cylindrical-coordinate representation of color #F94DFF: hue angle of 297.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94DFF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 77 | 255 | - |
| CMYK | 0.02 | 0.70 | 0 | 0 |
| HSL | 297.98º | 1% | 0.65% | - |
| HSV(B) | 297.98º | 0.7% | 1% | - |
| XYZ | 59.77 | 32.67 | 97.76 | - |
| YUV | 148.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 255 | 0.02 | 0.70 | 0 | 0 | 297.98 | 1 | 0.65 |
| Hex | F9 | 4D | FF | 2 | 46 | 0 | 0 | 12A | 64 | 41 |
| Octal | 371 | 115 | 377 | 2 | 106 | 0 | 0 | 452 | 144 | 101 |
| Binary | 11111001 | 1001101 | 11111111 | 10 | 1000110 | 0 | 0 | 100101010 | 1100100 | 1000001 |
Color Harmonies of #F94DFF
Complementary color
Monochromatic Colors of #F94DFF
Black with #F94DFF
Text Example
Text Example
White with #F94DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DFF; }
p { color: rgb(249,77,255); }
H1.HeaderClassName
{
color: #F94DFF;
}
.AnyTagClassName
{
color: #F94DFF;
}
</style>
background-color css
<style>
a { background-color: #F94DFF; }
a { background-color: rgb(249,77,255); }
div.DivClassName
{
background-color: #F94DFF;
}
.BgClassName
{
background-color: #F94DFF;
}
</style>
border-color css
<style>
span { border-color: #F94DFF; }
span { border-color: rgb(249,77,255); }
td.TdClassName
{
border-color: #F94DFF;
}
.TagClassName
{
border-color: #F94DFF;
}
</style>