Shades of Pink Flamingo #F040FD
Tints of Pink Flamingo #F040FD
RGB
CMYK
RGB Variations
Color information
#F040FD (or 0xF040FD) is known color: Pink Flamingo. HEX triplet: F0, 40 and FD. RGB value is (240,64,253). Sum of RGB (Red+Green+Blue) = 240+64+253=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #F040FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040FD is #0FBF02. Grayscale: #898989. Windows color (decimal): -1031939 or 16597232. OLE color: 16597232.
HSL color Cylindrical-coordinate representation of color #F040FD: hue angle of 295.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F040FD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 64 | 253 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.01 |
| HSL | 295.87º | 0.98% | 0.62% | - |
| HSV(B) | 295.87º | 0.75% | 0.99% | - |
| XYZ | 55.5 | 29.28 | 95.66 | - |
| YUV | 138.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 253 | 0.05 | 0.75 | 0 | 0.01 | 295.87 | 0.98 | 0.62 |
| Hex | F0 | 40 | FD | 5 | 4B | 0 | 1 | 128 | 62 | 3E |
| Octal | 360 | 100 | 375 | 5 | 113 | 0 | 1 | 450 | 142 | 76 |
| Binary | 11110000 | 1000000 | 11111101 | 101 | 1001011 | 0 | 1 | 100101000 | 1100010 | 111110 |
Color Harmonies of #F040FD
Complementary color
Monochromatic Colors of #F040FD
Black with #F040FD
Text Example
Text Example
White with #F040FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040FD; }
p { color: rgb(240,64,253); }
H1.HeaderClassName
{
color: #F040FD;
}
.AnyTagClassName
{
color: #F040FD;
}
</style>
background-color css
<style>
a { background-color: #F040FD; }
a { background-color: rgb(240,64,253); }
div.DivClassName
{
background-color: #F040FD;
}
.BgClassName
{
background-color: #F040FD;
}
</style>
border-color css
<style>
span { border-color: #F040FD; }
span { border-color: rgb(240,64,253); }
td.TdClassName
{
border-color: #F040FD;
}
.TagClassName
{
border-color: #F040FD;
}
</style>