Shades of Pink Flamingo #F540FA
Tints of Pink Flamingo #F540FA
RGB
CMYK
RGB Variations
Color information
#F540FA (or 0xF540FA) is known color: Pink Flamingo. HEX triplet: F5, 40 and FA. RGB value is (245,64,250). Sum of RGB (Red+Green+Blue) = 245+64+250=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #F540FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FA is #0ABF05. Grayscale: #8A8A8A. Windows color (decimal): -704262 or 16400629. OLE color: 16400629.
HSL color Cylindrical-coordinate representation of color #F540FA: hue angle of 298.39º 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 #F540FA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 64 | 250 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.02 |
| HSL | 298.39º | 0.95% | 0.62% | - |
| HSV(B) | 298.39º | 0.74% | 0.98% | - |
| XYZ | 56.74 | 29.98 | 93.24 | - |
| YUV | 139.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 250 | 0.02 | 0.74 | 0 | 0.02 | 298.39 | 0.95 | 0.62 |
| Hex | F5 | 40 | FA | 2 | 4A | 0 | 2 | 12A | 5F | 3E |
| Octal | 365 | 100 | 372 | 2 | 112 | 0 | 2 | 452 | 137 | 76 |
| Binary | 11110101 | 1000000 | 11111010 | 10 | 1001010 | 0 | 10 | 100101010 | 1011111 | 111110 |
Color Harmonies of #F540FA
Complementary color
Monochromatic Colors of #F540FA
Black with #F540FA
Text Example
Text Example
White with #F540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540FA; }
p { color: rgb(245,64,250); }
H1.HeaderClassName
{
color: #F540FA;
}
.AnyTagClassName
{
color: #F540FA;
}
</style>
background-color css
<style>
a { background-color: #F540FA; }
a { background-color: rgb(245,64,250); }
div.DivClassName
{
background-color: #F540FA;
}
.BgClassName
{
background-color: #F540FA;
}
</style>
border-color css
<style>
span { border-color: #F540FA; }
span { border-color: rgb(245,64,250); }
td.TdClassName
{
border-color: #F540FA;
}
.TagClassName
{
border-color: #F540FA;
}
</style>