Shades of Pink Flamingo #F456FE
Tints of Pink Flamingo #F456FE
RGB
CMYK
RGB Variations
Color information
#F456FE (or 0xF456FE) is known color: Pink Flamingo. HEX triplet: F4, 56 and FE. RGB value is (244,86,254). Sum of RGB (Red+Green+Blue) = 244+86+254=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 86 (33.98% from 255 or 14.73% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #F456FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F456FE is #0BA901. Grayscale: #979797. Windows color (decimal): -764162 or 16668404. OLE color: 16668404.
HSL color Cylindrical-coordinate representation of color #F456FE: hue angle of 296.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F456FE is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 86 | 254 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.00 |
| HSL | 296.43º | 0.99% | 0.67% | - |
| HSV(B) | 296.43º | 0.66% | 1% | - |
| XYZ | 58.53 | 33.04 | 97.06 | - |
| YUV | 152.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 254 | 0.04 | 0.66 | 0 | 0.00 | 296.43 | 0.99 | 0.67 |
| Hex | F4 | 56 | FE | 4 | 42 | 0 | 0 | 128 | 63 | 43 |
| Octal | 364 | 126 | 376 | 4 | 102 | 0 | 0 | 450 | 143 | 103 |
| Binary | 11110100 | 1010110 | 11111110 | 100 | 1000010 | 0 | 0 | 100101000 | 1100011 | 1000011 |
Color Harmonies of #F456FE
Complementary color
Monochromatic Colors of #F456FE
Black with #F456FE
Text Example
Text Example
White with #F456FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456FE; }
p { color: rgb(244,86,254); }
H1.HeaderClassName
{
color: #F456FE;
}
.AnyTagClassName
{
color: #F456FE;
}
</style>
background-color css
<style>
a { background-color: #F456FE; }
a { background-color: rgb(244,86,254); }
div.DivClassName
{
background-color: #F456FE;
}
.BgClassName
{
background-color: #F456FE;
}
</style>
border-color css
<style>
span { border-color: #F456FE; }
span { border-color: rgb(244,86,254); }
td.TdClassName
{
border-color: #F456FE;
}
.TagClassName
{
border-color: #F456FE;
}
</style>