Shades of Pink Flamingo #F54AFE
Tints of Pink Flamingo #F54AFE
RGB
CMYK
RGB Variations
Color information
#F54AFE (or 0xF54AFE) is known color: Pink Flamingo. HEX triplet: F5, 4A and FE. RGB value is (245,74,254). Sum of RGB (Red+Green+Blue) = 245+74+254=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F54AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54AFE is #0AB501. Grayscale: #919191. Windows color (decimal): -701698 or 16665333. OLE color: 16665333.
HSL color Cylindrical-coordinate representation of color #F54AFE: hue angle of 297º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54AFE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 74 | 254 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.00 |
| HSL | 297º | 0.99% | 0.64% | - |
| HSV(B) | 297º | 0.71% | 1% | - |
| XYZ | 57.99 | 31.47 | 96.78 | - |
| YUV | 145.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 254 | 0.04 | 0.71 | 0 | 0.00 | 297 | 0.99 | 0.64 |
| Hex | F5 | 4A | FE | 4 | 47 | 0 | 0 | 129 | 63 | 40 |
| Octal | 365 | 112 | 376 | 4 | 107 | 0 | 0 | 451 | 143 | 100 |
| Binary | 11110101 | 1001010 | 11111110 | 100 | 1000111 | 0 | 0 | 100101001 | 1100011 | 1000000 |
Color Harmonies of #F54AFE
Complementary color
Monochromatic Colors of #F54AFE
Black with #F54AFE
Text Example
Text Example
White with #F54AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AFE; }
p { color: rgb(245,74,254); }
H1.HeaderClassName
{
color: #F54AFE;
}
.AnyTagClassName
{
color: #F54AFE;
}
</style>
background-color css
<style>
a { background-color: #F54AFE; }
a { background-color: rgb(245,74,254); }
div.DivClassName
{
background-color: #F54AFE;
}
.BgClassName
{
background-color: #F54AFE;
}
</style>
border-color css
<style>
span { border-color: #F54AFE; }
span { border-color: rgb(245,74,254); }
td.TdClassName
{
border-color: #F54AFE;
}
.TagClassName
{
border-color: #F54AFE;
}
</style>