Shades of Pink Flamingo #F068FF
Tints of Pink Flamingo #F068FF
RGB
CMYK
RGB Variations
Color information
#F068FF (or 0xF068FF) is known color: Pink Flamingo. HEX triplet: F0, 68 and FF. RGB value is (240,104,255). Sum of RGB (Red+Green+Blue) = 240+104+255=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F068FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068FF is #0F9700. Grayscale: #A1A1A1. Windows color (decimal): -1021697 or 16738544. OLE color: 16738544.
HSL color Cylindrical-coordinate representation of color #F068FF: hue angle of 294.04º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F068FF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 104 | 255 | - |
| CMYK | 0.06 | 0.59 | 0 | 0 |
| HSL | 294.04º | 1% | 0.7% | - |
| HSV(B) | 294.04º | 0.59% | 1% | - |
| XYZ | 58.94 | 35.65 | 98.38 | - |
| YUV | 161.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 255 | 0.06 | 0.59 | 0 | 0 | 294.04 | 1 | 0.7 |
| Hex | F0 | 68 | FF | 6 | 3B | 0 | 0 | 126 | 64 | 46 |
| Octal | 360 | 150 | 377 | 6 | 73 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11110000 | 1101000 | 11111111 | 110 | 111011 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #F068FF
Complementary color
Monochromatic Colors of #F068FF
Black with #F068FF
Text Example
Text Example
White with #F068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068FF; }
p { color: rgb(240,104,255); }
H1.HeaderClassName
{
color: #F068FF;
}
.AnyTagClassName
{
color: #F068FF;
}
</style>
background-color css
<style>
a { background-color: #F068FF; }
a { background-color: rgb(240,104,255); }
div.DivClassName
{
background-color: #F068FF;
}
.BgClassName
{
background-color: #F068FF;
}
</style>
border-color css
<style>
span { border-color: #F068FF; }
span { border-color: rgb(240,104,255); }
td.TdClassName
{
border-color: #F068FF;
}
.TagClassName
{
border-color: #F068FF;
}
</style>