Shades of Pink Flamingo #F53FFA
Tints of Pink Flamingo #F53FFA
RGB
CMYK
RGB Variations
Color information
#F53FFA (or 0xF53FFA) is known color: Pink Flamingo. HEX triplet: F5, 3F and FA. RGB value is (245,63,250). Sum of RGB (Red+Green+Blue) = 245+63+250=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 63 (25% from 255 or 11.29% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #F53FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFA is #0AC005. Grayscale: #8A8A8A. Windows color (decimal): -704518 or 16400373. OLE color: 16400373.
HSL color Cylindrical-coordinate representation of color #F53FFA: hue angle of 298.4º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FFA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 63 | 250 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.02 |
| HSL | 298.4º | 0.95% | 0.61% | - |
| HSV(B) | 298.4º | 0.75% | 0.98% | - |
| XYZ | 56.69 | 29.87 | 93.22 | - |
| YUV | 138.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 250 | 0.02 | 0.75 | 0 | 0.02 | 298.4 | 0.95 | 0.61 |
| Hex | F5 | 3F | FA | 2 | 4B | 0 | 2 | 12A | 5F | 3D |
| Octal | 365 | 77 | 372 | 2 | 113 | 0 | 2 | 452 | 137 | 75 |
| Binary | 11110101 | 111111 | 11111010 | 10 | 1001011 | 0 | 10 | 100101010 | 1011111 | 111101 |
Color Harmonies of #F53FFA
Complementary color
Monochromatic Colors of #F53FFA
Black with #F53FFA
Text Example
Text Example
White with #F53FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FFA; }
p { color: rgb(245,63,250); }
H1.HeaderClassName
{
color: #F53FFA;
}
.AnyTagClassName
{
color: #F53FFA;
}
</style>
background-color css
<style>
a { background-color: #F53FFA; }
a { background-color: rgb(245,63,250); }
div.DivClassName
{
background-color: #F53FFA;
}
.BgClassName
{
background-color: #F53FFA;
}
</style>
border-color css
<style>
span { border-color: #F53FFA; }
span { border-color: rgb(245,63,250); }
td.TdClassName
{
border-color: #F53FFA;
}
.TagClassName
{
border-color: #F53FFA;
}
</style>