Shades of Pink Flamingo #F067ED
Tints of Pink Flamingo #F067ED
RGB
CMYK
RGB Variations
Color information
#F067ED (or 0xF067ED) is known color: Pink Flamingo. HEX triplet: F0, 67 and ED. RGB value is (240,103,237). Sum of RGB (Red+Green+Blue) = 240+103+237=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 103 (40.62% from 255 or 17.76% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F067ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067ED is #0F9812. Grayscale: #9E9E9E. Windows color (decimal): -1021971 or 15558640. OLE color: 15558640.
HSL color Cylindrical-coordinate representation of color #F067ED: hue angle of 301.31º 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 #F067ED is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 237 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.06 |
| HSL | 301.31º | 0.82% | 0.67% | - |
| HSV(B) | 301.31º | 0.57% | 0.94% | - |
| XYZ | 56.07 | 34.34 | 83.79 | - |
| YUV | 159.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 237 | 0 | 0.57 | 0.01 | 0.06 | 301.31 | 0.82 | 0.67 |
| Hex | F0 | 67 | ED | 0 | 39 | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 147 | 355 | 0 | 71 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1100111 | 11101101 | 0 | 111001 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F067ED
Complementary color
Monochromatic Colors of #F067ED
Black with #F067ED
Text Example
Text Example
White with #F067ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067ED; }
p { color: rgb(240,103,237); }
H1.HeaderClassName
{
color: #F067ED;
}
.AnyTagClassName
{
color: #F067ED;
}
</style>
background-color css
<style>
a { background-color: #F067ED; }
a { background-color: rgb(240,103,237); }
div.DivClassName
{
background-color: #F067ED;
}
.BgClassName
{
background-color: #F067ED;
}
</style>
border-color css
<style>
span { border-color: #F067ED; }
span { border-color: rgb(240,103,237); }
td.TdClassName
{
border-color: #F067ED;
}
.TagClassName
{
border-color: #F067ED;
}
</style>