Shades of Pink Flamingo #F067FE
Tints of Pink Flamingo #F067FE
RGB
CMYK
RGB Variations
Color information
#F067FE (or 0xF067FE) is known color: Pink Flamingo. HEX triplet: F0, 67 and FE. RGB value is (240,103,254). Sum of RGB (Red+Green+Blue) = 240+103+254=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F067FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067FE is #0F9801. Grayscale: #A0A0A0. Windows color (decimal): -1021954 or 16672752. OLE color: 16672752.
HSL color Cylindrical-coordinate representation of color #F067FE: hue angle of 294.44º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F067FE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 103 | 254 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.00 |
| HSL | 294.44º | 0.99% | 0.7% | - |
| HSV(B) | 294.44º | 0.59% | 1% | - |
| XYZ | 58.67 | 35.38 | 97.5 | - |
| YUV | 161.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 254 | 0.06 | 0.59 | 0 | 0.00 | 294.44 | 0.99 | 0.7 |
| Hex | F0 | 67 | FE | 6 | 3B | 0 | 0 | 126 | 63 | 46 |
| Octal | 360 | 147 | 376 | 6 | 73 | 0 | 0 | 446 | 143 | 106 |
| Binary | 11110000 | 1100111 | 11111110 | 110 | 111011 | 0 | 0 | 100100110 | 1100011 | 1000110 |
Color Harmonies of #F067FE
Complementary color
Monochromatic Colors of #F067FE
Black with #F067FE
Text Example
Text Example
White with #F067FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067FE; }
p { color: rgb(240,103,254); }
H1.HeaderClassName
{
color: #F067FE;
}
.AnyTagClassName
{
color: #F067FE;
}
</style>
background-color css
<style>
a { background-color: #F067FE; }
a { background-color: rgb(240,103,254); }
div.DivClassName
{
background-color: #F067FE;
}
.BgClassName
{
background-color: #F067FE;
}
</style>
border-color css
<style>
span { border-color: #F067FE; }
span { border-color: rgb(240,103,254); }
td.TdClassName
{
border-color: #F067FE;
}
.TagClassName
{
border-color: #F067FE;
}
</style>