Shades of Pink Flamingo #F45CFE
Tints of Pink Flamingo #F45CFE
RGB
CMYK
RGB Variations
Color information
#F45CFE (or 0xF45CFE) is known color: Pink Flamingo. HEX triplet: F4, 5C and FE. RGB value is (244,92,254). Sum of RGB (Red+Green+Blue) = 244+92+254=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 92 (36.33% from 255 or 15.59% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #F45CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CFE is #0BA301. Grayscale: #9B9B9B. Windows color (decimal): -762626 or 16669940. OLE color: 16669940.
HSL color Cylindrical-coordinate representation of color #F45CFE: hue angle of 296.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45CFE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 92 | 254 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.00 |
| HSL | 296.3º | 0.99% | 0.68% | - |
| HSV(B) | 296.3º | 0.64% | 1% | - |
| XYZ | 59.02 | 34.04 | 97.23 | - |
| YUV | 155.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 254 | 0.04 | 0.64 | 0 | 0.00 | 296.3 | 0.99 | 0.68 |
| Hex | F4 | 5C | FE | 4 | 40 | 0 | 0 | 128 | 63 | 44 |
| Octal | 364 | 134 | 376 | 4 | 100 | 0 | 0 | 450 | 143 | 104 |
| Binary | 11110100 | 1011100 | 11111110 | 100 | 1000000 | 0 | 0 | 100101000 | 1100011 | 1000100 |
Color Harmonies of #F45CFE
Complementary color
Monochromatic Colors of #F45CFE
Black with #F45CFE
Text Example
Text Example
White with #F45CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CFE; }
p { color: rgb(244,92,254); }
H1.HeaderClassName
{
color: #F45CFE;
}
.AnyTagClassName
{
color: #F45CFE;
}
</style>
background-color css
<style>
a { background-color: #F45CFE; }
a { background-color: rgb(244,92,254); }
div.DivClassName
{
background-color: #F45CFE;
}
.BgClassName
{
background-color: #F45CFE;
}
</style>
border-color css
<style>
span { border-color: #F45CFE; }
span { border-color: rgb(244,92,254); }
td.TdClassName
{
border-color: #F45CFE;
}
.TagClassName
{
border-color: #F45CFE;
}
</style>