Shades of Pink Flamingo #F05DFB
Tints of Pink Flamingo #F05DFB
RGB
CMYK
RGB Variations
Color information
#F05DFB (or 0xF05DFB) is known color: Pink Flamingo. HEX triplet: F0, 5D and FB. RGB value is (240,93,251). Sum of RGB (Red+Green+Blue) = 240+93+251=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #F05DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DFB is #0FA204. Grayscale: #9A9A9A. Windows color (decimal): -1024517 or 16473584. OLE color: 16473584.
HSL color Cylindrical-coordinate representation of color #F05DFB: hue angle of 295.82º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05DFB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 93 | 251 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.02 |
| HSL | 295.82º | 0.95% | 0.67% | - |
| HSV(B) | 295.82º | 0.63% | 0.98% | - |
| XYZ | 57.26 | 33.32 | 94.68 | - |
| YUV | 154.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 251 | 0.04 | 0.63 | 0 | 0.02 | 295.82 | 0.95 | 0.67 |
| Hex | F0 | 5D | FB | 4 | 3F | 0 | 2 | 128 | 5F | 43 |
| Octal | 360 | 135 | 373 | 4 | 77 | 0 | 2 | 450 | 137 | 103 |
| Binary | 11110000 | 1011101 | 11111011 | 100 | 111111 | 0 | 10 | 100101000 | 1011111 | 1000011 |
Color Harmonies of #F05DFB
Complementary color
Monochromatic Colors of #F05DFB
Black with #F05DFB
Text Example
Text Example
White with #F05DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DFB; }
p { color: rgb(240,93,251); }
H1.HeaderClassName
{
color: #F05DFB;
}
.AnyTagClassName
{
color: #F05DFB;
}
</style>
background-color css
<style>
a { background-color: #F05DFB; }
a { background-color: rgb(240,93,251); }
div.DivClassName
{
background-color: #F05DFB;
}
.BgClassName
{
background-color: #F05DFB;
}
</style>
border-color css
<style>
span { border-color: #F05DFB; }
span { border-color: rgb(240,93,251); }
td.TdClassName
{
border-color: #F05DFB;
}
.TagClassName
{
border-color: #F05DFB;
}
</style>