Shades of Pink Flamingo #F05EFC
Tints of Pink Flamingo #F05EFC
RGB
CMYK
RGB Variations
Color information
#F05EFC (or 0xF05EFC) is known color: Pink Flamingo. HEX triplet: F0, 5E and FC. RGB value is (240,94,252). Sum of RGB (Red+Green+Blue) = 240+94+252=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #F05EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EFC is #0FA103. Grayscale: #9B9B9B. Windows color (decimal): -1024260 or 16539376. OLE color: 16539376.
HSL color Cylindrical-coordinate representation of color #F05EFC: hue angle of 295.44º 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 #F05EFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 94 | 252 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.01 |
| HSL | 295.44º | 0.96% | 0.68% | - |
| HSV(B) | 295.44º | 0.63% | 0.99% | - |
| XYZ | 57.51 | 33.56 | 95.54 | - |
| YUV | 155.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 252 | 0.05 | 0.63 | 0 | 0.01 | 295.44 | 0.96 | 0.68 |
| Hex | F0 | 5E | FC | 5 | 3F | 0 | 1 | 127 | 60 | 44 |
| Octal | 360 | 136 | 374 | 5 | 77 | 0 | 1 | 447 | 140 | 104 |
| Binary | 11110000 | 1011110 | 11111100 | 101 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000100 |
Color Harmonies of #F05EFC
Complementary color
Monochromatic Colors of #F05EFC
Black with #F05EFC
Text Example
Text Example
White with #F05EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EFC; }
p { color: rgb(240,94,252); }
H1.HeaderClassName
{
color: #F05EFC;
}
.AnyTagClassName
{
color: #F05EFC;
}
</style>
background-color css
<style>
a { background-color: #F05EFC; }
a { background-color: rgb(240,94,252); }
div.DivClassName
{
background-color: #F05EFC;
}
.BgClassName
{
background-color: #F05EFC;
}
</style>
border-color css
<style>
span { border-color: #F05EFC; }
span { border-color: rgb(240,94,252); }
td.TdClassName
{
border-color: #F05EFC;
}
.TagClassName
{
border-color: #F05EFC;
}
</style>