Shades of Pink Flamingo #F058F0
Tints of Pink Flamingo #F058F0
RGB
CMYK
RGB Variations
Color information
#F058F0 (or 0xF058F0) is known color: Pink Flamingo. HEX triplet: F0, 58 and F0. RGB value is (240,88,240). Sum of RGB (Red+Green+Blue) = 240+88+240=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F058F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058F0 is #0FA70F. Grayscale: #969696. Windows color (decimal): -1025808 or 15751408. OLE color: 15751408.
HSL color Cylindrical-coordinate representation of color #F058F0: hue angle of 300º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058F0 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 240 | - |
| CMYK | 0 | 0.63 | 0 | 0.06 |
| HSL | 300º | 0.84% | 0.64% | - |
| HSV(B) | 300º | 0.63% | 0.94% | - |
| XYZ | 55.15 | 31.8 | 85.67 | - |
| YUV | 150.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 240 | 0 | 0.63 | 0 | 0.06 | 300 | 0.84 | 0.64 |
| Hex | F0 | 58 | F0 | 0 | 3F | 0 | 6 | 12C | 54 | 40 |
| Octal | 360 | 130 | 360 | 0 | 77 | 0 | 6 | 454 | 124 | 100 |
| Binary | 11110000 | 1011000 | 11110000 | 0 | 111111 | 0 | 110 | 100101100 | 1010100 | 1000000 |
Color Harmonies of #F058F0
Complementary color
Monochromatic Colors of #F058F0
Black with #F058F0
Text Example
Text Example
White with #F058F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058F0; }
p { color: rgb(240,88,240); }
H1.HeaderClassName
{
color: #F058F0;
}
.AnyTagClassName
{
color: #F058F0;
}
</style>
background-color css
<style>
a { background-color: #F058F0; }
a { background-color: rgb(240,88,240); }
div.DivClassName
{
background-color: #F058F0;
}
.BgClassName
{
background-color: #F058F0;
}
</style>
border-color css
<style>
span { border-color: #F058F0; }
span { border-color: rgb(240,88,240); }
td.TdClassName
{
border-color: #F058F0;
}
.TagClassName
{
border-color: #F058F0;
}
</style>