Shades of Pink Flamingo #F455F0
Tints of Pink Flamingo #F455F0
RGB
CMYK
RGB Variations
Color information
#F455F0 (or 0xF455F0) is known color: Pink Flamingo. HEX triplet: F4, 55 and F0. RGB value is (244,85,240). Sum of RGB (Red+Green+Blue) = 244+85+240=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F455F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F455F0 is #0BAA0F. Grayscale: #959595. Windows color (decimal): -764432 or 15750644. OLE color: 15750644.
HSL color Cylindrical-coordinate representation of color #F455F0: hue angle of 301.51º 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 #F455F0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 240 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 301.51º | 0.88% | 0.65% | - |
| HSV(B) | 301.51º | 0.65% | 0.96% | - |
| XYZ | 56.28 | 32.02 | 85.65 | - |
| YUV | 150.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 240 | 0 | 0.65 | 0.02 | 0.04 | 301.51 | 0.88 | 0.65 |
| Hex | F4 | 55 | F0 | 0 | 41 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 125 | 360 | 0 | 101 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1010101 | 11110000 | 0 | 1000001 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F455F0
Complementary color
Monochromatic Colors of #F455F0
Black with #F455F0
Text Example
Text Example
White with #F455F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455F0; }
p { color: rgb(244,85,240); }
H1.HeaderClassName
{
color: #F455F0;
}
.AnyTagClassName
{
color: #F455F0;
}
</style>
background-color css
<style>
a { background-color: #F455F0; }
a { background-color: rgb(244,85,240); }
div.DivClassName
{
background-color: #F455F0;
}
.BgClassName
{
background-color: #F455F0;
}
</style>
border-color css
<style>
span { border-color: #F455F0; }
span { border-color: rgb(244,85,240); }
td.TdClassName
{
border-color: #F455F0;
}
.TagClassName
{
border-color: #F455F0;
}
</style>