Shades of Pink Flamingo #F53EF4
Tints of Pink Flamingo #F53EF4
RGB
CMYK
RGB Variations
Color information
#F53EF4 (or 0xF53EF4) is known color: Pink Flamingo. HEX triplet: F5, 3E and F4. RGB value is (245,62,244). Sum of RGB (Red+Green+Blue) = 245+62+244=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 62 (24.61% from 255 or 11.25% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53EF4 is #0AC10B. Grayscale: #888888. Windows color (decimal): -704780 or 16006901. OLE color: 16006901.
HSL color Cylindrical-coordinate representation of color #F53EF4: hue angle of 300.33º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EF4 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 244 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.04 |
| HSL | 300.33º | 0.9% | 0.6% | - |
| HSV(B) | 300.33º | 0.75% | 0.96% | - |
| XYZ | 55.71 | 29.39 | 88.32 | - |
| YUV | 137.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 244 | 0 | 0.75 | 0.00 | 0.04 | 300.33 | 0.9 | 0.6 |
| Hex | F5 | 3E | F4 | 0 | 4B | 0 | 4 | 12C | 5A | 3C |
| Octal | 365 | 76 | 364 | 0 | 113 | 0 | 4 | 454 | 132 | 74 |
| Binary | 11110101 | 111110 | 11110100 | 0 | 1001011 | 0 | 100 | 100101100 | 1011010 | 111100 |
Color Harmonies of #F53EF4
Complementary color
Monochromatic Colors of #F53EF4
Black with #F53EF4
Text Example
Text Example
White with #F53EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EF4; }
p { color: rgb(245,62,244); }
H1.HeaderClassName
{
color: #F53EF4;
}
.AnyTagClassName
{
color: #F53EF4;
}
</style>
background-color css
<style>
a { background-color: #F53EF4; }
a { background-color: rgb(245,62,244); }
div.DivClassName
{
background-color: #F53EF4;
}
.BgClassName
{
background-color: #F53EF4;
}
</style>
border-color css
<style>
span { border-color: #F53EF4; }
span { border-color: rgb(245,62,244); }
td.TdClassName
{
border-color: #F53EF4;
}
.TagClassName
{
border-color: #F53EF4;
}
</style>