Shades of Pink Flamingo #F65EFC
Tints of Pink Flamingo #F65EFC
RGB
CMYK
RGB Variations
Color information
#F65EFC (or 0xF65EFC) is known color: Pink Flamingo. HEX triplet: F6, 5E and FC. RGB value is (246,94,252). Sum of RGB (Red+Green+Blue) = 246+94+252=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F65EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EFC is #09A103. Grayscale: #9C9C9C. Windows color (decimal): -631044 or 16539382. OLE color: 16539382.
HSL color Cylindrical-coordinate representation of color #F65EFC: hue angle of 297.72º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65EFC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 94 | 252 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.01 |
| HSL | 297.72º | 0.96% | 0.68% | - |
| HSV(B) | 297.72º | 0.63% | 0.99% | - |
| XYZ | 59.58 | 34.63 | 95.64 | - |
| YUV | 157.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 252 | 0.02 | 0.63 | 0 | 0.01 | 297.72 | 0.96 | 0.68 |
| Hex | F6 | 5E | FC | 2 | 3F | 0 | 1 | 12A | 60 | 44 |
| Octal | 366 | 136 | 374 | 2 | 77 | 0 | 1 | 452 | 140 | 104 |
| Binary | 11110110 | 1011110 | 11111100 | 10 | 111111 | 0 | 1 | 100101010 | 1100000 | 1000100 |
Color Harmonies of #F65EFC
Complementary color
Monochromatic Colors of #F65EFC
Black with #F65EFC
Text Example
Text Example
White with #F65EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EFC; }
p { color: rgb(246,94,252); }
H1.HeaderClassName
{
color: #F65EFC;
}
.AnyTagClassName
{
color: #F65EFC;
}
</style>
background-color css
<style>
a { background-color: #F65EFC; }
a { background-color: rgb(246,94,252); }
div.DivClassName
{
background-color: #F65EFC;
}
.BgClassName
{
background-color: #F65EFC;
}
</style>
border-color css
<style>
span { border-color: #F65EFC; }
span { border-color: rgb(246,94,252); }
td.TdClassName
{
border-color: #F65EFC;
}
.TagClassName
{
border-color: #F65EFC;
}
</style>