Shades of Pink Flamingo #F05DFE
Tints of Pink Flamingo #F05DFE
RGB
CMYK
RGB Variations
Color information
#F05DFE (or 0xF05DFE) is known color: Pink Flamingo. HEX triplet: F0, 5D and FE. RGB value is (240,93,254). Sum of RGB (Red+Green+Blue) = 240+93+254=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 93 (36.72% from 255 or 15.84% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F05DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DFE is #0FA201. Grayscale: #9A9A9A. Windows color (decimal): -1024514 or 16670192. OLE color: 16670192.
HSL color Cylindrical-coordinate representation of color #F05DFE: hue angle of 294.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05DFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 93 | 254 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.00 |
| HSL | 294.78º | 0.99% | 0.68% | - |
| HSV(B) | 294.78º | 0.63% | 1% | - |
| XYZ | 57.74 | 33.51 | 97.19 | - |
| YUV | 155.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 254 | 0.06 | 0.63 | 0 | 0.00 | 294.78 | 0.99 | 0.68 |
| Hex | F0 | 5D | FE | 6 | 3F | 0 | 0 | 127 | 63 | 44 |
| Octal | 360 | 135 | 376 | 6 | 77 | 0 | 0 | 447 | 143 | 104 |
| Binary | 11110000 | 1011101 | 11111110 | 110 | 111111 | 0 | 0 | 100100111 | 1100011 | 1000100 |
Color Harmonies of #F05DFE
Complementary color
Monochromatic Colors of #F05DFE
Black with #F05DFE
Text Example
Text Example
White with #F05DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DFE; }
p { color: rgb(240,93,254); }
H1.HeaderClassName
{
color: #F05DFE;
}
.AnyTagClassName
{
color: #F05DFE;
}
</style>
background-color css
<style>
a { background-color: #F05DFE; }
a { background-color: rgb(240,93,254); }
div.DivClassName
{
background-color: #F05DFE;
}
.BgClassName
{
background-color: #F05DFE;
}
</style>
border-color css
<style>
span { border-color: #F05DFE; }
span { border-color: rgb(240,93,254); }
td.TdClassName
{
border-color: #F05DFE;
}
.TagClassName
{
border-color: #F05DFE;
}
</style>