Shades of Pink Flamingo #F45DFE
Tints of Pink Flamingo #F45DFE
RGB
CMYK
RGB Variations
Color information
#F45DFE (or 0xF45DFE) is known color: Pink Flamingo. HEX triplet: F4, 5D and FE. RGB value is (244,93,254). Sum of RGB (Red+Green+Blue) = 244+93+254=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F45DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DFE is #0BA201. Grayscale: #9C9C9C. Windows color (decimal): -762370 or 16670196. OLE color: 16670196.
HSL color Cylindrical-coordinate representation of color #F45DFE: hue angle of 296.27º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45DFE is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 93 | 254 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.00 |
| HSL | 296.27º | 0.99% | 0.68% | - |
| HSV(B) | 296.27º | 0.63% | 1% | - |
| XYZ | 59.11 | 34.22 | 97.26 | - |
| YUV | 156.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 254 | 0.04 | 0.63 | 0 | 0.00 | 296.27 | 0.99 | 0.68 |
| Hex | F4 | 5D | FE | 4 | 3F | 0 | 0 | 128 | 63 | 44 |
| Octal | 364 | 135 | 376 | 4 | 77 | 0 | 0 | 450 | 143 | 104 |
| Binary | 11110100 | 1011101 | 11111110 | 100 | 111111 | 0 | 0 | 100101000 | 1100011 | 1000100 |
Color Harmonies of #F45DFE
Complementary color
Monochromatic Colors of #F45DFE
Black with #F45DFE
Text Example
Text Example
White with #F45DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DFE; }
p { color: rgb(244,93,254); }
H1.HeaderClassName
{
color: #F45DFE;
}
.AnyTagClassName
{
color: #F45DFE;
}
</style>
background-color css
<style>
a { background-color: #F45DFE; }
a { background-color: rgb(244,93,254); }
div.DivClassName
{
background-color: #F45DFE;
}
.BgClassName
{
background-color: #F45DFE;
}
</style>
border-color css
<style>
span { border-color: #F45DFE; }
span { border-color: rgb(244,93,254); }
td.TdClassName
{
border-color: #F45DFE;
}
.TagClassName
{
border-color: #F45DFE;
}
</style>