Shades of Pink Flamingo #F050FF
Tints of Pink Flamingo #F050FF
RGB
CMYK
RGB Variations
Color information
#F050FF (or 0xF050FF) is known color: Pink Flamingo. HEX triplet: F0, 50 and FF. RGB value is (240,80,255). Sum of RGB (Red+Green+Blue) = 240+80+255=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 80 (31.64% from 255 or 13.91% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F050FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050FF is #0FAF00. Grayscale: #939393. Windows color (decimal): -1027841 or 16732400. OLE color: 16732400.
HSL color Cylindrical-coordinate representation of color #F050FF: hue angle of 294.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F050FF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 80 | 255 | - |
| CMYK | 0.06 | 0.69 | 0 | 0 |
| HSL | 294.86º | 1% | 0.66% | - |
| HSV(B) | 294.86º | 0.69% | 1% | - |
| XYZ | 56.85 | 31.48 | 97.69 | - |
| YUV | 147.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 255 | 0.06 | 0.69 | 0 | 0 | 294.86 | 1 | 0.66 |
| Hex | F0 | 50 | FF | 6 | 45 | 0 | 0 | 127 | 64 | 42 |
| Octal | 360 | 120 | 377 | 6 | 105 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110000 | 1010000 | 11111111 | 110 | 1000101 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F050FF
Complementary color
Monochromatic Colors of #F050FF
Black with #F050FF
Text Example
Text Example
White with #F050FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F050FF; }
p { color: rgb(240,80,255); }
H1.HeaderClassName
{
color: #F050FF;
}
.AnyTagClassName
{
color: #F050FF;
}
</style>
background-color css
<style>
a { background-color: #F050FF; }
a { background-color: rgb(240,80,255); }
div.DivClassName
{
background-color: #F050FF;
}
.BgClassName
{
background-color: #F050FF;
}
</style>
border-color css
<style>
span { border-color: #F050FF; }
span { border-color: rgb(240,80,255); }
td.TdClassName
{
border-color: #F050FF;
}
.TagClassName
{
border-color: #F050FF;
}
</style>