Shades of Pink Flamingo #F067FF
Tints of Pink Flamingo #F067FF
RGB
CMYK
RGB Variations
Color information
#F067FF (or 0xF067FF) is known color: Pink Flamingo. HEX triplet: F0, 67 and FF. RGB value is (240,103,255). Sum of RGB (Red+Green+Blue) = 240+103+255=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 103 (40.62% from 255 or 17.22% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F067FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067FF is #0F9800. Grayscale: #A0A0A0. Windows color (decimal): -1021953 or 16738288. OLE color: 16738288.
HSL color Cylindrical-coordinate representation of color #F067FF: hue angle of 294.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F067FF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 103 | 255 | - |
| CMYK | 0.06 | 0.60 | 0 | 0 |
| HSL | 294.08º | 1% | 0.7% | - |
| HSV(B) | 294.08º | 0.6% | 1% | - |
| XYZ | 58.84 | 35.45 | 98.35 | - |
| YUV | 161.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 255 | 0.06 | 0.60 | 0 | 0 | 294.08 | 1 | 0.7 |
| Hex | F0 | 67 | FF | 6 | 3C | 0 | 0 | 126 | 64 | 46 |
| Octal | 360 | 147 | 377 | 6 | 74 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11110000 | 1100111 | 11111111 | 110 | 111100 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #F067FF
Complementary color
Monochromatic Colors of #F067FF
Black with #F067FF
Text Example
Text Example
White with #F067FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067FF; }
p { color: rgb(240,103,255); }
H1.HeaderClassName
{
color: #F067FF;
}
.AnyTagClassName
{
color: #F067FF;
}
</style>
background-color css
<style>
a { background-color: #F067FF; }
a { background-color: rgb(240,103,255); }
div.DivClassName
{
background-color: #F067FF;
}
.BgClassName
{
background-color: #F067FF;
}
</style>
border-color css
<style>
span { border-color: #F067FF; }
span { border-color: rgb(240,103,255); }
td.TdClassName
{
border-color: #F067FF;
}
.TagClassName
{
border-color: #F067FF;
}
</style>