Shades of Pink Flamingo #F068F0
Tints of Pink Flamingo #F068F0
RGB
CMYK
RGB Variations
Color information
#F068F0 (or 0xF068F0) is known color: Pink Flamingo. HEX triplet: F0, 68 and F0. RGB value is (240,104,240). Sum of RGB (Red+Green+Blue) = 240+104+240=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F068F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068F0 is #0F970F. Grayscale: #9F9F9F. Windows color (decimal): -1021712 or 15755504. OLE color: 15755504.
HSL color Cylindrical-coordinate representation of color #F068F0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068F0 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 240 | - |
| CMYK | 0 | 0.57 | 0 | 0.06 |
| HSL | 300º | 0.82% | 0.67% | - |
| HSV(B) | 300º | 0.57% | 0.94% | - |
| XYZ | 56.61 | 34.72 | 86.16 | - |
| YUV | 160.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 240 | 0 | 0.57 | 0 | 0.06 | 300 | 0.82 | 0.67 |
| Hex | F0 | 68 | F0 | 0 | 39 | 0 | 6 | 12C | 52 | 43 |
| Octal | 360 | 150 | 360 | 0 | 71 | 0 | 6 | 454 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11110000 | 0 | 111001 | 0 | 110 | 100101100 | 1010010 | 1000011 |
Color Harmonies of #F068F0
Complementary color
Monochromatic Colors of #F068F0
Black with #F068F0
Text Example
Text Example
White with #F068F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068F0; }
p { color: rgb(240,104,240); }
H1.HeaderClassName
{
color: #F068F0;
}
.AnyTagClassName
{
color: #F068F0;
}
</style>
background-color css
<style>
a { background-color: #F068F0; }
a { background-color: rgb(240,104,240); }
div.DivClassName
{
background-color: #F068F0;
}
.BgClassName
{
background-color: #F068F0;
}
</style>
border-color css
<style>
span { border-color: #F068F0; }
span { border-color: rgb(240,104,240); }
td.TdClassName
{
border-color: #F068F0;
}
.TagClassName
{
border-color: #F068F0;
}
</style>