Shades of Pink Flamingo #F540FD
Tints of Pink Flamingo #F540FD
RGB
CMYK
RGB Variations
Color information
#F540FD (or 0xF540FD) is known color: Pink Flamingo. HEX triplet: F5, 40 and FD. RGB value is (245,64,253). Sum of RGB (Red+Green+Blue) = 245+64+253=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #F540FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FD is #0ABF02. Grayscale: #8B8B8B. Windows color (decimal): -704259 or 16597237. OLE color: 16597237.
HSL color Cylindrical-coordinate representation of color #F540FD: hue angle of 297.46º 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 #F540FD is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 64 | 253 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.01 |
| HSL | 297.46º | 0.98% | 0.62% | - |
| HSV(B) | 297.46º | 0.75% | 0.99% | - |
| XYZ | 57.22 | 30.17 | 95.74 | - |
| YUV | 139.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 253 | 0.03 | 0.75 | 0 | 0.01 | 297.46 | 0.98 | 0.62 |
| Hex | F5 | 40 | FD | 3 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 365 | 100 | 375 | 3 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110101 | 1000000 | 11111101 | 11 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F540FD
Complementary color
Monochromatic Colors of #F540FD
Black with #F540FD
Text Example
Text Example
White with #F540FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540FD; }
p { color: rgb(245,64,253); }
H1.HeaderClassName
{
color: #F540FD;
}
.AnyTagClassName
{
color: #F540FD;
}
</style>
background-color css
<style>
a { background-color: #F540FD; }
a { background-color: rgb(245,64,253); }
div.DivClassName
{
background-color: #F540FD;
}
.BgClassName
{
background-color: #F540FD;
}
</style>
border-color css
<style>
span { border-color: #F540FD; }
span { border-color: rgb(245,64,253); }
td.TdClassName
{
border-color: #F540FD;
}
.TagClassName
{
border-color: #F540FD;
}
</style>