Shades of Pink Flamingo #F94FF0
Tints of Pink Flamingo #F94FF0
RGB
CMYK
RGB Variations
Color information
#F94FF0 (or 0xF94FF0) is known color: Pink Flamingo. HEX triplet: F9, 4F and F0. RGB value is (249,79,240). Sum of RGB (Red+Green+Blue) = 249+79+240=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94FF0 is #06B00F. Grayscale: #939393. Windows color (decimal): -438288 or 15749113. OLE color: 15749113.
HSL color Cylindrical-coordinate representation of color #F94FF0: hue angle of 303.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94FF0 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 240 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.02 |
| HSL | 303.18º | 0.93% | 0.64% | - |
| HSV(B) | 303.18º | 0.68% | 0.98% | - |
| XYZ | 57.59 | 32.02 | 85.58 | - |
| YUV | 148.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 240 | 0 | 0.68 | 0.04 | 0.02 | 303.18 | 0.93 | 0.64 |
| Hex | F9 | 4F | F0 | 0 | 44 | 4 | 2 | 12F | 5D | 40 |
| Octal | 371 | 117 | 360 | 0 | 104 | 4 | 2 | 457 | 135 | 100 |
| Binary | 11111001 | 1001111 | 11110000 | 0 | 1000100 | 100 | 10 | 100101111 | 1011101 | 1000000 |
Color Harmonies of #F94FF0
Complementary color
Monochromatic Colors of #F94FF0
Black with #F94FF0
Text Example
Text Example
White with #F94FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FF0; }
p { color: rgb(249,79,240); }
H1.HeaderClassName
{
color: #F94FF0;
}
.AnyTagClassName
{
color: #F94FF0;
}
</style>
background-color css
<style>
a { background-color: #F94FF0; }
a { background-color: rgb(249,79,240); }
div.DivClassName
{
background-color: #F94FF0;
}
.BgClassName
{
background-color: #F94FF0;
}
</style>
border-color css
<style>
span { border-color: #F94FF0; }
span { border-color: rgb(249,79,240); }
td.TdClassName
{
border-color: #F94FF0;
}
.TagClassName
{
border-color: #F94FF0;
}
</style>