Shades of Pink Flamingo #F65EFF
Tints of Pink Flamingo #F65EFF
RGB
CMYK
RGB Variations
Color information
#F65EFF (or 0xF65EFF) is known color: Pink Flamingo. HEX triplet: F6, 5E and FF. RGB value is (246,94,255). Sum of RGB (Red+Green+Blue) = 246+94+255=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 94 (37.11% from 255 or 15.80% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F65EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EFF is #09A100. Grayscale: #9D9D9D. Windows color (decimal): -631041 or 16735990. OLE color: 16735990.
HSL color Cylindrical-coordinate representation of color #F65EFF: hue angle of 296.65º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65EFF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 94 | 255 | - |
| CMYK | 0.04 | 0.63 | 0 | 0 |
| HSL | 296.65º | 1% | 0.68% | - |
| HSV(B) | 296.65º | 0.63% | 1% | - |
| XYZ | 60.06 | 34.82 | 98.16 | - |
| YUV | 157.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 255 | 0.04 | 0.63 | 0 | 0 | 296.65 | 1 | 0.68 |
| Hex | F6 | 5E | FF | 4 | 3F | 0 | 0 | 129 | 64 | 44 |
| Octal | 366 | 136 | 377 | 4 | 77 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11110110 | 1011110 | 11111111 | 100 | 111111 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F65EFF
Complementary color
Monochromatic Colors of #F65EFF
Black with #F65EFF
Text Example
Text Example
White with #F65EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EFF; }
p { color: rgb(246,94,255); }
H1.HeaderClassName
{
color: #F65EFF;
}
.AnyTagClassName
{
color: #F65EFF;
}
</style>
background-color css
<style>
a { background-color: #F65EFF; }
a { background-color: rgb(246,94,255); }
div.DivClassName
{
background-color: #F65EFF;
}
.BgClassName
{
background-color: #F65EFF;
}
</style>
border-color css
<style>
span { border-color: #F65EFF; }
span { border-color: rgb(246,94,255); }
td.TdClassName
{
border-color: #F65EFF;
}
.TagClassName
{
border-color: #F65EFF;
}
</style>