Shades of Pink Flamingo #F94FF2
Tints of Pink Flamingo #F94FF2
RGB
CMYK
RGB Variations
Color information
#F94FF2 (or 0xF94FF2) is known color: Pink Flamingo. HEX triplet: F9, 4F and F2. RGB value is (249,79,242). Sum of RGB (Red+Green+Blue) = 249+79+242=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94FF2 is #06B00D. Grayscale: #939393. Windows color (decimal): -438286 or 15880185. OLE color: 15880185.
HSL color Cylindrical-coordinate representation of color #F94FF2: hue angle of 302.47º 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 #F94FF2 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 242 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.02 |
| HSL | 302.47º | 0.93% | 0.64% | - |
| HSV(B) | 302.47º | 0.68% | 0.98% | - |
| XYZ | 57.89 | 32.14 | 87.16 | - |
| YUV | 148.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 242 | 0 | 0.68 | 0.03 | 0.02 | 302.47 | 0.93 | 0.64 |
| Hex | F9 | 4F | F2 | 0 | 44 | 3 | 2 | 12E | 5D | 40 |
| Octal | 371 | 117 | 362 | 0 | 104 | 3 | 2 | 456 | 135 | 100 |
| Binary | 11111001 | 1001111 | 11110010 | 0 | 1000100 | 11 | 10 | 100101110 | 1011101 | 1000000 |
Color Harmonies of #F94FF2
Complementary color
Monochromatic Colors of #F94FF2
Black with #F94FF2
Text Example
Text Example
White with #F94FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94FF2; }
p { color: rgb(249,79,242); }
H1.HeaderClassName
{
color: #F94FF2;
}
.AnyTagClassName
{
color: #F94FF2;
}
</style>
background-color css
<style>
a { background-color: #F94FF2; }
a { background-color: rgb(249,79,242); }
div.DivClassName
{
background-color: #F94FF2;
}
.BgClassName
{
background-color: #F94FF2;
}
</style>
border-color css
<style>
span { border-color: #F94FF2; }
span { border-color: rgb(249,79,242); }
td.TdClassName
{
border-color: #F94FF2;
}
.TagClassName
{
border-color: #F94FF2;
}
</style>