Shades of Pink Flamingo #F05DF8
Tints of Pink Flamingo #F05DF8
RGB
CMYK
RGB Variations
Color information
#F05DF8 (or 0xF05DF8) is known color: Pink Flamingo. HEX triplet: F0, 5D and F8. RGB value is (240,93,248). Sum of RGB (Red+Green+Blue) = 240+93+248=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #F05DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DF8 is #0FA207. Grayscale: #9A9A9A. Windows color (decimal): -1024520 or 16276976. OLE color: 16276976.
HSL color Cylindrical-coordinate representation of color #F05DF8: hue angle of 296.9º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05DF8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 93 | 248 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.03 |
| HSL | 296.9º | 0.92% | 0.67% | - |
| HSV(B) | 296.9º | 0.63% | 0.97% | - |
| XYZ | 56.79 | 33.13 | 92.21 | - |
| YUV | 154.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 248 | 0.03 | 0.62 | 0 | 0.03 | 296.9 | 0.92 | 0.67 |
| Hex | F0 | 5D | F8 | 3 | 3E | 0 | 3 | 129 | 5C | 43 |
| Octal | 360 | 135 | 370 | 3 | 76 | 0 | 3 | 451 | 134 | 103 |
| Binary | 11110000 | 1011101 | 11111000 | 11 | 111110 | 0 | 11 | 100101001 | 1011100 | 1000011 |
Color Harmonies of #F05DF8
Complementary color
Monochromatic Colors of #F05DF8
Black with #F05DF8
Text Example
Text Example
White with #F05DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DF8; }
p { color: rgb(240,93,248); }
H1.HeaderClassName
{
color: #F05DF8;
}
.AnyTagClassName
{
color: #F05DF8;
}
</style>
background-color css
<style>
a { background-color: #F05DF8; }
a { background-color: rgb(240,93,248); }
div.DivClassName
{
background-color: #F05DF8;
}
.BgClassName
{
background-color: #F05DF8;
}
</style>
border-color css
<style>
span { border-color: #F05DF8; }
span { border-color: rgb(240,93,248); }
td.TdClassName
{
border-color: #F05DF8;
}
.TagClassName
{
border-color: #F05DF8;
}
</style>