Shades of Pink Flamingo #F05DFF
Tints of Pink Flamingo #F05DFF
RGB
CMYK
RGB Variations
Color information
#F05DFF (or 0xF05DFF) is known color: Pink Flamingo. HEX triplet: F0, 5D and FF. RGB value is (240,93,255). Sum of RGB (Red+Green+Blue) = 240+93+255=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #F05DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DFF is #0FA200. Grayscale: #9A9A9A. Windows color (decimal): -1024513 or 16735728. OLE color: 16735728.
HSL color Cylindrical-coordinate representation of color #F05DFF: hue angle of 294.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05DFF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 93 | 255 | - |
| CMYK | 0.06 | 0.64 | 0 | 0 |
| HSL | 294.44º | 1% | 0.68% | - |
| HSV(B) | 294.44º | 0.64% | 1% | - |
| XYZ | 57.9 | 33.57 | 98.04 | - |
| YUV | 155.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 255 | 0.06 | 0.64 | 0 | 0 | 294.44 | 1 | 0.68 |
| Hex | F0 | 5D | FF | 6 | 40 | 0 | 0 | 126 | 64 | 44 |
| Octal | 360 | 135 | 377 | 6 | 100 | 0 | 0 | 446 | 144 | 104 |
| Binary | 11110000 | 1011101 | 11111111 | 110 | 1000000 | 0 | 0 | 100100110 | 1100100 | 1000100 |
Color Harmonies of #F05DFF
Complementary color
Monochromatic Colors of #F05DFF
Black with #F05DFF
Text Example
Text Example
White with #F05DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DFF; }
p { color: rgb(240,93,255); }
H1.HeaderClassName
{
color: #F05DFF;
}
.AnyTagClassName
{
color: #F05DFF;
}
</style>
background-color css
<style>
a { background-color: #F05DFF; }
a { background-color: rgb(240,93,255); }
div.DivClassName
{
background-color: #F05DFF;
}
.BgClassName
{
background-color: #F05DFF;
}
</style>
border-color css
<style>
span { border-color: #F05DFF; }
span { border-color: rgb(240,93,255); }
td.TdClassName
{
border-color: #F05DFF;
}
.TagClassName
{
border-color: #F05DFF;
}
</style>