Shades of Pink Flamingo #F065ED
Tints of Pink Flamingo #F065ED
RGB
CMYK
RGB Variations
Color information
#F065ED (or 0xF065ED) is known color: Pink Flamingo. HEX triplet: F0, 65 and ED. RGB value is (240,101,237). Sum of RGB (Red+Green+Blue) = 240+101+237=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F065ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065ED is #0F9A12. Grayscale: #9D9D9D. Windows color (decimal): -1022483 or 15558128. OLE color: 15558128.
HSL color Cylindrical-coordinate representation of color #F065ED: hue angle of 301.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065ED is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 237 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.06 |
| HSL | 301.3º | 0.82% | 0.67% | - |
| HSV(B) | 301.3º | 0.58% | 0.94% | - |
| XYZ | 55.87 | 33.95 | 83.73 | - |
| YUV | 158.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 237 | 0 | 0.58 | 0.01 | 0.06 | 301.3 | 0.82 | 0.67 |
| Hex | F0 | 65 | ED | 0 | 3A | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 145 | 355 | 0 | 72 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1100101 | 11101101 | 0 | 111010 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F065ED
Complementary color
Monochromatic Colors of #F065ED
Black with #F065ED
Text Example
Text Example
White with #F065ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065ED; }
p { color: rgb(240,101,237); }
H1.HeaderClassName
{
color: #F065ED;
}
.AnyTagClassName
{
color: #F065ED;
}
</style>
background-color css
<style>
a { background-color: #F065ED; }
a { background-color: rgb(240,101,237); }
div.DivClassName
{
background-color: #F065ED;
}
.BgClassName
{
background-color: #F065ED;
}
</style>
border-color css
<style>
span { border-color: #F065ED; }
span { border-color: rgb(240,101,237); }
td.TdClassName
{
border-color: #F065ED;
}
.TagClassName
{
border-color: #F065ED;
}
</style>