Shades of Pink Flamingo #F067FA
Tints of Pink Flamingo #F067FA
RGB
CMYK
RGB Variations
Color information
#F067FA (or 0xF067FA) is known color: Pink Flamingo. HEX triplet: F0, 67 and FA. RGB value is (240,103,250). Sum of RGB (Red+Green+Blue) = 240+103+250=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #F067FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067FA is #0F9805. Grayscale: #A0A0A0. Windows color (decimal): -1021958 or 16410608. OLE color: 16410608.
HSL color Cylindrical-coordinate representation of color #F067FA: hue angle of 295.92º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F067FA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 103 | 250 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.02 |
| HSL | 295.92º | 0.94% | 0.69% | - |
| HSV(B) | 295.92º | 0.59% | 0.98% | - |
| XYZ | 58.04 | 35.13 | 94.16 | - |
| YUV | 160.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 250 | 0.04 | 0.59 | 0 | 0.02 | 295.92 | 0.94 | 0.69 |
| Hex | F0 | 67 | FA | 4 | 3B | 0 | 2 | 128 | 5E | 45 |
| Octal | 360 | 147 | 372 | 4 | 73 | 0 | 2 | 450 | 136 | 105 |
| Binary | 11110000 | 1100111 | 11111010 | 100 | 111011 | 0 | 10 | 100101000 | 1011110 | 1000101 |
Color Harmonies of #F067FA
Complementary color
Monochromatic Colors of #F067FA
Black with #F067FA
Text Example
Text Example
White with #F067FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067FA; }
p { color: rgb(240,103,250); }
H1.HeaderClassName
{
color: #F067FA;
}
.AnyTagClassName
{
color: #F067FA;
}
</style>
background-color css
<style>
a { background-color: #F067FA; }
a { background-color: rgb(240,103,250); }
div.DivClassName
{
background-color: #F067FA;
}
.BgClassName
{
background-color: #F067FA;
}
</style>
border-color css
<style>
span { border-color: #F067FA; }
span { border-color: rgb(240,103,250); }
td.TdClassName
{
border-color: #F067FA;
}
.TagClassName
{
border-color: #F067FA;
}
</style>