Shades of Pink Flamingo #F940F0
Tints of Pink Flamingo #F940F0
RGB
CMYK
RGB Variations
Color information
#F940F0 (or 0xF940F0) is known color: Pink Flamingo. HEX triplet: F9, 40 and F0. RGB value is (249,64,240). Sum of RGB (Red+Green+Blue) = 249+64+240=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F940F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940F0 is #06BF0F. Grayscale: #8A8A8A. Windows color (decimal): -442128 or 15745273. OLE color: 15745273.
HSL color Cylindrical-coordinate representation of color #F940F0: hue angle of 302.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 240 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 302.92º | 0.94% | 0.61% | - |
| HSV(B) | 302.92º | 0.74% | 0.98% | - |
| XYZ | 56.63 | 30.1 | 85.26 | - |
| YUV | 139.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 240 | 0 | 0.74 | 0.04 | 0.02 | 302.92 | 0.94 | 0.61 |
| Hex | F9 | 40 | F0 | 0 | 4A | 4 | 2 | 12F | 5E | 3D |
| Octal | 371 | 100 | 360 | 0 | 112 | 4 | 2 | 457 | 136 | 75 |
| Binary | 11111001 | 1000000 | 11110000 | 0 | 1001010 | 100 | 10 | 100101111 | 1011110 | 111101 |
Color Harmonies of #F940F0
Complementary color
Monochromatic Colors of #F940F0
Black with #F940F0
Text Example
Text Example
White with #F940F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940F0; }
p { color: rgb(249,64,240); }
H1.HeaderClassName
{
color: #F940F0;
}
.AnyTagClassName
{
color: #F940F0;
}
</style>
background-color css
<style>
a { background-color: #F940F0; }
a { background-color: rgb(249,64,240); }
div.DivClassName
{
background-color: #F940F0;
}
.BgClassName
{
background-color: #F940F0;
}
</style>
border-color css
<style>
span { border-color: #F940F0; }
span { border-color: rgb(249,64,240); }
td.TdClassName
{
border-color: #F940F0;
}
.TagClassName
{
border-color: #F940F0;
}
</style>