Shades of Pink Flamingo #F540FC
Tints of Pink Flamingo #F540FC
RGB
CMYK
RGB Variations
Color information
#F540FC (or 0xF540FC) is known color: Pink Flamingo. HEX triplet: F5, 40 and FC. RGB value is (245,64,252). Sum of RGB (Red+Green+Blue) = 245+64+252=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 64 (25.39% from 255 or 11.41% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F540FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FC is #0ABF03. Grayscale: #8A8A8A. Windows color (decimal): -704260 or 16531701. OLE color: 16531701.
HSL color Cylindrical-coordinate representation of color #F540FC: hue angle of 297.77º degrees, saturation: 0.97, 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 #F540FC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 64 | 252 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.01 |
| HSL | 297.77º | 0.97% | 0.62% | - |
| HSV(B) | 297.77º | 0.75% | 0.99% | - |
| XYZ | 57.06 | 30.11 | 94.9 | - |
| YUV | 139.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 252 | 0.03 | 0.75 | 0 | 0.01 | 297.77 | 0.97 | 0.62 |
| Hex | F5 | 40 | FC | 3 | 4B | 0 | 1 | 12A | 61 | 3E |
| Octal | 365 | 100 | 374 | 3 | 113 | 0 | 1 | 452 | 141 | 76 |
| Binary | 11110101 | 1000000 | 11111100 | 11 | 1001011 | 0 | 1 | 100101010 | 1100001 | 111110 |
Color Harmonies of #F540FC
Complementary color
Monochromatic Colors of #F540FC
Black with #F540FC
Text Example
Text Example
White with #F540FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540FC; }
p { color: rgb(245,64,252); }
H1.HeaderClassName
{
color: #F540FC;
}
.AnyTagClassName
{
color: #F540FC;
}
</style>
background-color css
<style>
a { background-color: #F540FC; }
a { background-color: rgb(245,64,252); }
div.DivClassName
{
background-color: #F540FC;
}
.BgClassName
{
background-color: #F540FC;
}
</style>
border-color css
<style>
span { border-color: #F540FC; }
span { border-color: rgb(245,64,252); }
td.TdClassName
{
border-color: #F540FC;
}
.TagClassName
{
border-color: #F540FC;
}
</style>