Shades of Pink Flamingo #F040FA
Tints of Pink Flamingo #F040FA
RGB
CMYK
RGB Variations
Color information
#F040FA (or 0xF040FA) is known color: Pink Flamingo. HEX triplet: F0, 40 and FA. RGB value is (240,64,250). Sum of RGB (Red+Green+Blue) = 240+64+250=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #F040FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040FA is #0FBF05. Grayscale: #898989. Windows color (decimal): -1031942 or 16400624. OLE color: 16400624.
HSL color Cylindrical-coordinate representation of color #F040FA: hue angle of 296.77º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F040FA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 64 | 250 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.77º | 0.95% | 0.62% | - |
| HSV(B) | 296.77º | 0.74% | 0.98% | - |
| XYZ | 55.02 | 29.09 | 93.16 | - |
| YUV | 137.83 | 191.31 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 250 | 0.04 | 0.74 | 0 | 0.02 | 296.77 | 0.95 | 0.62 |
| Hex | F0 | 40 | FA | 4 | 4A | 0 | 2 | 129 | 5F | 3E |
| Octal | 360 | 100 | 372 | 4 | 112 | 0 | 2 | 451 | 137 | 76 |
| Binary | 11110000 | 1000000 | 11111010 | 100 | 1001010 | 0 | 10 | 100101001 | 1011111 | 111110 |
Color Harmonies of #F040FA
Complementary color
Monochromatic Colors of #F040FA
Black with #F040FA
Text Example
Text Example
White with #F040FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040FA; }
p { color: rgb(240,64,250); }
H1.HeaderClassName
{
color: #F040FA;
}
.AnyTagClassName
{
color: #F040FA;
}
</style>
background-color css
<style>
a { background-color: #F040FA; }
a { background-color: rgb(240,64,250); }
div.DivClassName
{
background-color: #F040FA;
}
.BgClassName
{
background-color: #F040FA;
}
</style>
border-color css
<style>
span { border-color: #F040FA; }
span { border-color: rgb(240,64,250); }
td.TdClassName
{
border-color: #F040FA;
}
.TagClassName
{
border-color: #F040FA;
}
</style>