Shades of Pink Flamingo #F45AFE
Tints of Pink Flamingo #F45AFE
RGB
CMYK
RGB Variations
Color information
#F45AFE (or 0xF45AFE) is known color: Pink Flamingo. HEX triplet: F4, 5A and FE. RGB value is (244,90,254). Sum of RGB (Red+Green+Blue) = 244+90+254=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F45AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AFE is #0BA501. Grayscale: #9A9A9A. Windows color (decimal): -763138 or 16669428. OLE color: 16669428.
HSL color Cylindrical-coordinate representation of color #F45AFE: hue angle of 296.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45AFE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 90 | 254 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.00 |
| HSL | 296.34º | 0.99% | 0.67% | - |
| HSV(B) | 296.34º | 0.65% | 1% | - |
| XYZ | 58.85 | 33.7 | 97.17 | - |
| YUV | 154.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 254 | 0.04 | 0.65 | 0 | 0.00 | 296.34 | 0.99 | 0.67 |
| Hex | F4 | 5A | FE | 4 | 41 | 0 | 0 | 128 | 63 | 43 |
| Octal | 364 | 132 | 376 | 4 | 101 | 0 | 0 | 450 | 143 | 103 |
| Binary | 11110100 | 1011010 | 11111110 | 100 | 1000001 | 0 | 0 | 100101000 | 1100011 | 1000011 |
Color Harmonies of #F45AFE
Complementary color
Monochromatic Colors of #F45AFE
Black with #F45AFE
Text Example
Text Example
White with #F45AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AFE; }
p { color: rgb(244,90,254); }
H1.HeaderClassName
{
color: #F45AFE;
}
.AnyTagClassName
{
color: #F45AFE;
}
</style>
background-color css
<style>
a { background-color: #F45AFE; }
a { background-color: rgb(244,90,254); }
div.DivClassName
{
background-color: #F45AFE;
}
.BgClassName
{
background-color: #F45AFE;
}
</style>
border-color css
<style>
span { border-color: #F45AFE; }
span { border-color: rgb(244,90,254); }
td.TdClassName
{
border-color: #F45AFE;
}
.TagClassName
{
border-color: #F45AFE;
}
</style>