Shades of Pink Flamingo #F53EFB
Tints of Pink Flamingo #F53EFB
RGB
CMYK
RGB Variations
Color information
#F53EFB (or 0xF53EFB) is known color: Pink Flamingo. HEX triplet: F5, 3E and FB. RGB value is (245,62,251). Sum of RGB (Red+Green+Blue) = 245+62+251=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 62 (24.61% from 255 or 11.11% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #F53EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53EFB is #0AC104. Grayscale: #898989. Windows color (decimal): -704773 or 16465653. OLE color: 16465653.
HSL color Cylindrical-coordinate representation of color #F53EFB: hue angle of 298.1º degrees, saturation: 0.96, 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 #F53EFB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 62 | 251 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.02 |
| HSL | 298.1º | 0.96% | 0.61% | - |
| HSV(B) | 298.1º | 0.75% | 0.98% | - |
| XYZ | 56.79 | 29.82 | 94.03 | - |
| YUV | 138.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 251 | 0.02 | 0.75 | 0 | 0.02 | 298.1 | 0.96 | 0.61 |
| Hex | F5 | 3E | FB | 2 | 4B | 0 | 2 | 12A | 60 | 3D |
| Octal | 365 | 76 | 373 | 2 | 113 | 0 | 2 | 452 | 140 | 75 |
| Binary | 11110101 | 111110 | 11111011 | 10 | 1001011 | 0 | 10 | 100101010 | 1100000 | 111101 |
Color Harmonies of #F53EFB
Complementary color
Monochromatic Colors of #F53EFB
Black with #F53EFB
Text Example
Text Example
White with #F53EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EFB; }
p { color: rgb(245,62,251); }
H1.HeaderClassName
{
color: #F53EFB;
}
.AnyTagClassName
{
color: #F53EFB;
}
</style>
background-color css
<style>
a { background-color: #F53EFB; }
a { background-color: rgb(245,62,251); }
div.DivClassName
{
background-color: #F53EFB;
}
.BgClassName
{
background-color: #F53EFB;
}
</style>
border-color css
<style>
span { border-color: #F53EFB; }
span { border-color: rgb(245,62,251); }
td.TdClassName
{
border-color: #F53EFB;
}
.TagClassName
{
border-color: #F53EFB;
}
</style>