Shades of Pink Flamingo #F54AFB
Tints of Pink Flamingo #F54AFB
RGB
CMYK
RGB Variations
Color information
#F54AFB (or 0xF54AFB) is known color: Pink Flamingo. HEX triplet: F5, 4A and FB. RGB value is (245,74,251). Sum of RGB (Red+Green+Blue) = 245+74+251=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 74 (29.30% from 255 or 12.98% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #F54AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54AFB is #0AB504. Grayscale: #909090. Windows color (decimal): -701701 or 16468725. OLE color: 16468725.
HSL color Cylindrical-coordinate representation of color #F54AFB: hue angle of 297.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54AFB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 74 | 251 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.02 |
| HSL | 297.97º | 0.96% | 0.64% | - |
| HSV(B) | 297.97º | 0.71% | 0.98% | - |
| XYZ | 57.52 | 31.28 | 94.27 | - |
| YUV | 145.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 251 | 0.02 | 0.71 | 0 | 0.02 | 297.97 | 0.96 | 0.64 |
| Hex | F5 | 4A | FB | 2 | 47 | 0 | 2 | 12A | 60 | 40 |
| Octal | 365 | 112 | 373 | 2 | 107 | 0 | 2 | 452 | 140 | 100 |
| Binary | 11110101 | 1001010 | 11111011 | 10 | 1000111 | 0 | 10 | 100101010 | 1100000 | 1000000 |
Color Harmonies of #F54AFB
Complementary color
Monochromatic Colors of #F54AFB
Black with #F54AFB
Text Example
Text Example
White with #F54AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AFB; }
p { color: rgb(245,74,251); }
H1.HeaderClassName
{
color: #F54AFB;
}
.AnyTagClassName
{
color: #F54AFB;
}
</style>
background-color css
<style>
a { background-color: #F54AFB; }
a { background-color: rgb(245,74,251); }
div.DivClassName
{
background-color: #F54AFB;
}
.BgClassName
{
background-color: #F54AFB;
}
</style>
border-color css
<style>
span { border-color: #F54AFB; }
span { border-color: rgb(245,74,251); }
td.TdClassName
{
border-color: #F54AFB;
}
.TagClassName
{
border-color: #F54AFB;
}
</style>