Shades of Pink Flamingo #F45FFE
Tints of Pink Flamingo #F45FFE
RGB
CMYK
RGB Variations
Color information
#F45FFE (or 0xF45FFE) is known color: Pink Flamingo. HEX triplet: F4, 5F and FE. RGB value is (244,95,254). Sum of RGB (Red+Green+Blue) = 244+95+254=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 95 (37.5% from 255 or 16.02% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F45FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45FFE is #0BA001. Grayscale: #9D9D9D. Windows color (decimal): -761858 or 16670708. OLE color: 16670708.
HSL color Cylindrical-coordinate representation of color #F45FFE: hue angle of 296.23º 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 #F45FFE is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 95 | 254 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.00 |
| HSL | 296.23º | 0.99% | 0.68% | - |
| HSV(B) | 296.23º | 0.63% | 1% | - |
| XYZ | 59.29 | 34.57 | 97.31 | - |
| YUV | 157.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 254 | 0.04 | 0.63 | 0 | 0.00 | 296.23 | 0.99 | 0.68 |
| Hex | F4 | 5F | FE | 4 | 3F | 0 | 0 | 128 | 63 | 44 |
| Octal | 364 | 137 | 376 | 4 | 77 | 0 | 0 | 450 | 143 | 104 |
| Binary | 11110100 | 1011111 | 11111110 | 100 | 111111 | 0 | 0 | 100101000 | 1100011 | 1000100 |
Color Harmonies of #F45FFE
Complementary color
Monochromatic Colors of #F45FFE
Black with #F45FFE
Text Example
Text Example
White with #F45FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FFE; }
p { color: rgb(244,95,254); }
H1.HeaderClassName
{
color: #F45FFE;
}
.AnyTagClassName
{
color: #F45FFE;
}
</style>
background-color css
<style>
a { background-color: #F45FFE; }
a { background-color: rgb(244,95,254); }
div.DivClassName
{
background-color: #F45FFE;
}
.BgClassName
{
background-color: #F45FFE;
}
</style>
border-color css
<style>
span { border-color: #F45FFE; }
span { border-color: rgb(244,95,254); }
td.TdClassName
{
border-color: #F45FFE;
}
.TagClassName
{
border-color: #F45FFE;
}
</style>