Shades of Pink Flamingo #F065F7
Tints of Pink Flamingo #F065F7
RGB
CMYK
RGB Variations
Color information
#F065F7 (or 0xF065F7) is known color: Pink Flamingo. HEX triplet: F0, 65 and F7. RGB value is (240,101,247). Sum of RGB (Red+Green+Blue) = 240+101+247=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #F065F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065F7 is #0F9A08. Grayscale: #9E9E9E. Windows color (decimal): -1022473 or 16213488. OLE color: 16213488.
HSL color Cylindrical-coordinate representation of color #F065F7: hue angle of 297.12º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F065F7 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 101 | 247 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.03 |
| HSL | 297.12º | 0.9% | 0.68% | - |
| HSV(B) | 297.12º | 0.59% | 0.97% | - |
| XYZ | 57.38 | 34.55 | 91.64 | - |
| YUV | 159.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 247 | 0.03 | 0.59 | 0 | 0.03 | 297.12 | 0.9 | 0.68 |
| Hex | F0 | 65 | F7 | 3 | 3B | 0 | 3 | 129 | 5A | 44 |
| Octal | 360 | 145 | 367 | 3 | 73 | 0 | 3 | 451 | 132 | 104 |
| Binary | 11110000 | 1100101 | 11110111 | 11 | 111011 | 0 | 11 | 100101001 | 1011010 | 1000100 |
Color Harmonies of #F065F7
Complementary color
Monochromatic Colors of #F065F7
Black with #F065F7
Text Example
Text Example
White with #F065F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F065F7; }
p { color: rgb(240,101,247); }
H1.HeaderClassName
{
color: #F065F7;
}
.AnyTagClassName
{
color: #F065F7;
}
</style>
background-color css
<style>
a { background-color: #F065F7; }
a { background-color: rgb(240,101,247); }
div.DivClassName
{
background-color: #F065F7;
}
.BgClassName
{
background-color: #F065F7;
}
</style>
border-color css
<style>
span { border-color: #F065F7; }
span { border-color: rgb(240,101,247); }
td.TdClassName
{
border-color: #F065F7;
}
.TagClassName
{
border-color: #F065F7;
}
</style>