Shades of Pink Flamingo #F53EFF
Tints of Pink Flamingo #F53EFF
RGB
CMYK
RGB Variations
Color information
#F53EFF (or 0xF53EFF) is known color: Pink Flamingo. HEX triplet: F5, 3E and FF. RGB value is (245,62,255). Sum of RGB (Red+Green+Blue) = 245+62+255=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 62 (24.61% from 255 or 11.03% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53EFF is #0AC100. Grayscale: #8A8A8A. Windows color (decimal): -704769 or 16727797. OLE color: 16727797.
HSL color Cylindrical-coordinate representation of color #F53EFF: hue angle of 296.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53EFF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 62 | 255 | - |
| CMYK | 0.04 | 0.76 | 0 | 0 |
| HSL | 296.89º | 1% | 0.62% | - |
| HSV(B) | 296.89º | 0.76% | 1% | - |
| XYZ | 57.43 | 30.08 | 97.39 | - |
| YUV | 138.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 255 | 0.04 | 0.76 | 0 | 0 | 296.89 | 1 | 0.62 |
| Hex | F5 | 3E | FF | 4 | 4C | 0 | 0 | 129 | 64 | 3E |
| Octal | 365 | 76 | 377 | 4 | 114 | 0 | 0 | 451 | 144 | 76 |
| Binary | 11110101 | 111110 | 11111111 | 100 | 1001100 | 0 | 0 | 100101001 | 1100100 | 111110 |
Color Harmonies of #F53EFF
Complementary color
Monochromatic Colors of #F53EFF
Black with #F53EFF
Text Example
Text Example
White with #F53EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EFF; }
p { color: rgb(245,62,255); }
H1.HeaderClassName
{
color: #F53EFF;
}
.AnyTagClassName
{
color: #F53EFF;
}
</style>
background-color css
<style>
a { background-color: #F53EFF; }
a { background-color: rgb(245,62,255); }
div.DivClassName
{
background-color: #F53EFF;
}
.BgClassName
{
background-color: #F53EFF;
}
</style>
border-color css
<style>
span { border-color: #F53EFF; }
span { border-color: rgb(245,62,255); }
td.TdClassName
{
border-color: #F53EFF;
}
.TagClassName
{
border-color: #F53EFF;
}
</style>