Shades of Pink Flamingo #F05FF0
Tints of Pink Flamingo #F05FF0
RGB
CMYK
RGB Variations
Color information
#F05FF0 (or 0xF05FF0) is known color: Pink Flamingo. HEX triplet: F0, 5F and F0. RGB value is (240,95,240). Sum of RGB (Red+Green+Blue) = 240+95+240=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F05FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FF0 is #0FA00F. Grayscale: #9A9A9A. Windows color (decimal): -1024016 or 15753200. OLE color: 15753200.
HSL color Cylindrical-coordinate representation of color #F05FF0: hue angle of 300º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FF0 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 240 | - |
| CMYK | 0 | 0.60 | 0 | 0.06 |
| HSL | 300º | 0.83% | 0.66% | - |
| HSV(B) | 300º | 0.6% | 0.94% | - |
| XYZ | 55.76 | 33 | 85.87 | - |
| YUV | 154.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 240 | 0 | 0.60 | 0 | 0.06 | 300 | 0.83 | 0.66 |
| Hex | F0 | 5F | F0 | 0 | 3C | 0 | 6 | 12C | 53 | 42 |
| Octal | 360 | 137 | 360 | 0 | 74 | 0 | 6 | 454 | 123 | 102 |
| Binary | 11110000 | 1011111 | 11110000 | 0 | 111100 | 0 | 110 | 100101100 | 1010011 | 1000010 |
Color Harmonies of #F05FF0
Complementary color
Monochromatic Colors of #F05FF0
Black with #F05FF0
Text Example
Text Example
White with #F05FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FF0; }
p { color: rgb(240,95,240); }
H1.HeaderClassName
{
color: #F05FF0;
}
.AnyTagClassName
{
color: #F05FF0;
}
</style>
background-color css
<style>
a { background-color: #F05FF0; }
a { background-color: rgb(240,95,240); }
div.DivClassName
{
background-color: #F05FF0;
}
.BgClassName
{
background-color: #F05FF0;
}
</style>
border-color css
<style>
span { border-color: #F05FF0; }
span { border-color: rgb(240,95,240); }
td.TdClassName
{
border-color: #F05FF0;
}
.TagClassName
{
border-color: #F05FF0;
}
</style>