Shades of Pink Flamingo #F540FE
Tints of Pink Flamingo #F540FE
RGB
CMYK
RGB Variations
Color information
#F540FE (or 0xF540FE) is known color: Pink Flamingo. HEX triplet: F5, 40 and FE. RGB value is (245,64,254). Sum of RGB (Red+Green+Blue) = 245+64+254=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 64 (25.39% from 255 or 11.37% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F540FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FE is #0ABF01. Grayscale: #8B8B8B. Windows color (decimal): -704258 or 16662773. OLE color: 16662773.
HSL color Cylindrical-coordinate representation of color #F540FE: hue angle of 297.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F540FE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 64 | 254 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.00 |
| HSL | 297.16º | 0.99% | 0.62% | - |
| HSV(B) | 297.16º | 0.75% | 1% | - |
| XYZ | 57.38 | 30.24 | 96.58 | - |
| YUV | 139.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 254 | 0.04 | 0.75 | 0 | 0.00 | 297.16 | 0.99 | 0.62 |
| Hex | F5 | 40 | FE | 4 | 4B | 0 | 0 | 129 | 63 | 3E |
| Octal | 365 | 100 | 376 | 4 | 113 | 0 | 0 | 451 | 143 | 76 |
| Binary | 11110101 | 1000000 | 11111110 | 100 | 1001011 | 0 | 0 | 100101001 | 1100011 | 111110 |
Color Harmonies of #F540FE
Complementary color
Monochromatic Colors of #F540FE
Black with #F540FE
Text Example
Text Example
White with #F540FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540FE; }
p { color: rgb(245,64,254); }
H1.HeaderClassName
{
color: #F540FE;
}
.AnyTagClassName
{
color: #F540FE;
}
</style>
background-color css
<style>
a { background-color: #F540FE; }
a { background-color: rgb(245,64,254); }
div.DivClassName
{
background-color: #F540FE;
}
.BgClassName
{
background-color: #F540FE;
}
</style>
border-color css
<style>
span { border-color: #F540FE; }
span { border-color: rgb(245,64,254); }
td.TdClassName
{
border-color: #F540FE;
}
.TagClassName
{
border-color: #F540FE;
}
</style>