Shades of Pink Flamingo #F455EF
Tints of Pink Flamingo #F455EF
RGB
CMYK
RGB Variations
Color information
#F455EF (or 0xF455EF) is known color: Pink Flamingo. HEX triplet: F4, 55 and EF. RGB value is (244,85,239). Sum of RGB (Red+Green+Blue) = 244+85+239=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F455EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F455EF is #0BAA10. Grayscale: #959595. Windows color (decimal): -764433 or 15685108. OLE color: 15685108.
HSL color Cylindrical-coordinate representation of color #F455EF: hue angle of 301.89º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455EF is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 239 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 301.89º | 0.88% | 0.65% | - |
| HSV(B) | 301.89º | 0.65% | 0.96% | - |
| XYZ | 56.14 | 31.96 | 84.87 | - |
| YUV | 150.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 239 | 0 | 0.65 | 0.02 | 0.04 | 301.89 | 0.88 | 0.65 |
| Hex | F4 | 55 | EF | 0 | 41 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 125 | 357 | 0 | 101 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1010101 | 11101111 | 0 | 1000001 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F455EF
Complementary color
Monochromatic Colors of #F455EF
Black with #F455EF
Text Example
Text Example
White with #F455EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455EF; }
p { color: rgb(244,85,239); }
H1.HeaderClassName
{
color: #F455EF;
}
.AnyTagClassName
{
color: #F455EF;
}
</style>
background-color css
<style>
a { background-color: #F455EF; }
a { background-color: rgb(244,85,239); }
div.DivClassName
{
background-color: #F455EF;
}
.BgClassName
{
background-color: #F455EF;
}
</style>
border-color css
<style>
span { border-color: #F455EF; }
span { border-color: rgb(244,85,239); }
td.TdClassName
{
border-color: #F455EF;
}
.TagClassName
{
border-color: #F455EF;
}
</style>