Shades of Pink Flamingo #F53FFB
Tints of Pink Flamingo #F53FFB
RGB
CMYK
RGB Variations
Color information
#F53FFB (or 0xF53FFB) is known color: Pink Flamingo. HEX triplet: F5, 3F and FB. RGB value is (245,63,251). Sum of RGB (Red+Green+Blue) = 245+63+251=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 63 (25% from 255 or 11.27% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F53FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53FFB is #0AC004. Grayscale: #8A8A8A. Windows color (decimal): -704517 or 16465909. OLE color: 16465909.
HSL color Cylindrical-coordinate representation of color #F53FFB: hue angle of 298.09º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53FFB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 63 | 251 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.02 |
| HSL | 298.09º | 0.96% | 0.62% | - |
| HSV(B) | 298.09º | 0.75% | 0.98% | - |
| XYZ | 56.85 | 29.93 | 94.05 | - |
| YUV | 138.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 251 | 0.02 | 0.75 | 0 | 0.02 | 298.09 | 0.96 | 0.62 |
| Hex | F5 | 3F | FB | 2 | 4B | 0 | 2 | 12A | 60 | 3E |
| Octal | 365 | 77 | 373 | 2 | 113 | 0 | 2 | 452 | 140 | 76 |
| Binary | 11110101 | 111111 | 11111011 | 10 | 1001011 | 0 | 10 | 100101010 | 1100000 | 111110 |
Color Harmonies of #F53FFB
Complementary color
Monochromatic Colors of #F53FFB
Black with #F53FFB
Text Example
Text Example
White with #F53FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FFB; }
p { color: rgb(245,63,251); }
H1.HeaderClassName
{
color: #F53FFB;
}
.AnyTagClassName
{
color: #F53FFB;
}
</style>
background-color css
<style>
a { background-color: #F53FFB; }
a { background-color: rgb(245,63,251); }
div.DivClassName
{
background-color: #F53FFB;
}
.BgClassName
{
background-color: #F53FFB;
}
</style>
border-color css
<style>
span { border-color: #F53FFB; }
span { border-color: rgb(245,63,251); }
td.TdClassName
{
border-color: #F53FFB;
}
.TagClassName
{
border-color: #F53FFB;
}
</style>