Shades of Pink Flamingo #F057F3
Tints of Pink Flamingo #F057F3
RGB
CMYK
RGB Variations
Color information
#F057F3 (or 0xF057F3) is known color: Pink Flamingo. HEX triplet: F0, 57 and F3. RGB value is (240,87,243). Sum of RGB (Red+Green+Blue) = 240+87+243=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 87 (34.38% from 255 or 15.26% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #F057F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057F3 is #0FA80C. Grayscale: #969696. Windows color (decimal): -1026061 or 15947760. OLE color: 15947760.
HSL color Cylindrical-coordinate representation of color #F057F3: hue angle of 298.85º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057F3 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 87 | 243 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.05 |
| HSL | 298.85º | 0.87% | 0.65% | - |
| HSV(B) | 298.85º | 0.64% | 0.95% | - |
| XYZ | 55.52 | 31.81 | 88.01 | - |
| YUV | 150.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 243 | 0.01 | 0.64 | 0 | 0.05 | 298.85 | 0.87 | 0.65 |
| Hex | F0 | 57 | F3 | 1 | 40 | 0 | 5 | 12B | 57 | 41 |
| Octal | 360 | 127 | 363 | 1 | 100 | 0 | 5 | 453 | 127 | 101 |
| Binary | 11110000 | 1010111 | 11110011 | 1 | 1000000 | 0 | 101 | 100101011 | 1010111 | 1000001 |
Color Harmonies of #F057F3
Complementary color
Monochromatic Colors of #F057F3
Black with #F057F3
Text Example
Text Example
White with #F057F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F057F3; }
p { color: rgb(240,87,243); }
H1.HeaderClassName
{
color: #F057F3;
}
.AnyTagClassName
{
color: #F057F3;
}
</style>
background-color css
<style>
a { background-color: #F057F3; }
a { background-color: rgb(240,87,243); }
div.DivClassName
{
background-color: #F057F3;
}
.BgClassName
{
background-color: #F057F3;
}
</style>
border-color css
<style>
span { border-color: #F057F3; }
span { border-color: rgb(240,87,243); }
td.TdClassName
{
border-color: #F057F3;
}
.TagClassName
{
border-color: #F057F3;
}
</style>