Shades of Pink Flamingo #F057FF
Tints of Pink Flamingo #F057FF
RGB
CMYK
RGB Variations
Color information
#F057FF (or 0xF057FF) is known color: Pink Flamingo. HEX triplet: F0, 57 and FF. RGB value is (240,87,255). Sum of RGB (Red+Green+Blue) = 240+87+255=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 87 (34.38% from 255 or 14.95% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F057FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057FF is #0FA800. Grayscale: #979797. Windows color (decimal): -1026049 or 16734192. OLE color: 16734192.
HSL color Cylindrical-coordinate representation of color #F057FF: hue angle of 294.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F057FF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 87 | 255 | - |
| CMYK | 0.06 | 0.66 | 0 | 0 |
| HSL | 294.64º | 1% | 0.67% | - |
| HSV(B) | 294.64º | 0.66% | 1% | - |
| XYZ | 57.39 | 32.56 | 97.87 | - |
| YUV | 151.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 255 | 0.06 | 0.66 | 0 | 0 | 294.64 | 1 | 0.67 |
| Hex | F0 | 57 | FF | 6 | 42 | 0 | 0 | 127 | 64 | 43 |
| Octal | 360 | 127 | 377 | 6 | 102 | 0 | 0 | 447 | 144 | 103 |
| Binary | 11110000 | 1010111 | 11111111 | 110 | 1000010 | 0 | 0 | 100100111 | 1100100 | 1000011 |
Color Harmonies of #F057FF
Complementary color
Monochromatic Colors of #F057FF
Black with #F057FF
Text Example
Text Example
White with #F057FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057FF; }
p { color: rgb(240,87,255); }
H1.HeaderClassName
{
color: #F057FF;
}
.AnyTagClassName
{
color: #F057FF;
}
</style>
background-color css
<style>
a { background-color: #F057FF; }
a { background-color: rgb(240,87,255); }
div.DivClassName
{
background-color: #F057FF;
}
.BgClassName
{
background-color: #F057FF;
}
</style>
border-color css
<style>
span { border-color: #F057FF; }
span { border-color: rgb(240,87,255); }
td.TdClassName
{
border-color: #F057FF;
}
.TagClassName
{
border-color: #F057FF;
}
</style>