Shades of Pink Flamingo #F05DFC
Tints of Pink Flamingo #F05DFC
RGB
CMYK
RGB Variations
Color information
#F05DFC (or 0xF05DFC) is known color: Pink Flamingo. HEX triplet: F0, 5D and FC. RGB value is (240,93,252). Sum of RGB (Red+Green+Blue) = 240+93+252=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #F05DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DFC is #0FA203. Grayscale: #9A9A9A. Windows color (decimal): -1024516 or 16539120. OLE color: 16539120.
HSL color Cylindrical-coordinate representation of color #F05DFC: hue angle of 295.47º 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 #F05DFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 93 | 252 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.01 |
| HSL | 295.47º | 0.96% | 0.68% | - |
| HSV(B) | 295.47º | 0.63% | 0.99% | - |
| XYZ | 57.42 | 33.38 | 95.51 | - |
| YUV | 155.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 252 | 0.05 | 0.63 | 0 | 0.01 | 295.47 | 0.96 | 0.68 |
| Hex | F0 | 5D | FC | 5 | 3F | 0 | 1 | 127 | 60 | 44 |
| Octal | 360 | 135 | 374 | 5 | 77 | 0 | 1 | 447 | 140 | 104 |
| Binary | 11110000 | 1011101 | 11111100 | 101 | 111111 | 0 | 1 | 100100111 | 1100000 | 1000100 |
Color Harmonies of #F05DFC
Complementary color
Monochromatic Colors of #F05DFC
Black with #F05DFC
Text Example
Text Example
White with #F05DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DFC; }
p { color: rgb(240,93,252); }
H1.HeaderClassName
{
color: #F05DFC;
}
.AnyTagClassName
{
color: #F05DFC;
}
</style>
background-color css
<style>
a { background-color: #F05DFC; }
a { background-color: rgb(240,93,252); }
div.DivClassName
{
background-color: #F05DFC;
}
.BgClassName
{
background-color: #F05DFC;
}
</style>
border-color css
<style>
span { border-color: #F05DFC; }
span { border-color: rgb(240,93,252); }
td.TdClassName
{
border-color: #F05DFC;
}
.TagClassName
{
border-color: #F05DFC;
}
</style>