Shades of Pink Flamingo #F853EC
Tints of Pink Flamingo #F853EC
RGB
CMYK
RGB Variations
Color information
#F853EC (or 0xF853EC) is known color: Pink Flamingo. HEX triplet: F8, 53 and EC. RGB value is (248,83,236). Sum of RGB (Red+Green+Blue) = 248+83+236=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F853EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F853EC is #07AC13. Grayscale: #959595. Windows color (decimal): -502804 or 15487992. OLE color: 15487992.
HSL color Cylindrical-coordinate representation of color #F853EC: hue angle of 304.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853EC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 236 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.03 |
| HSL | 304.36º | 0.92% | 0.65% | - |
| HSV(B) | 304.36º | 0.67% | 0.97% | - |
| XYZ | 56.94 | 32.2 | 82.57 | - |
| YUV | 149.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 236 | 0 | 0.67 | 0.05 | 0.03 | 304.36 | 0.92 | 0.65 |
| Hex | F8 | 53 | EC | 0 | 43 | 5 | 3 | 130 | 5C | 41 |
| Octal | 370 | 123 | 354 | 0 | 103 | 5 | 3 | 460 | 134 | 101 |
| Binary | 11111000 | 1010011 | 11101100 | 0 | 1000011 | 101 | 11 | 100110000 | 1011100 | 1000001 |
Color Harmonies of #F853EC
Complementary color
Monochromatic Colors of #F853EC
Black with #F853EC
Text Example
Text Example
White with #F853EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853EC; }
p { color: rgb(248,83,236); }
H1.HeaderClassName
{
color: #F853EC;
}
.AnyTagClassName
{
color: #F853EC;
}
</style>
background-color css
<style>
a { background-color: #F853EC; }
a { background-color: rgb(248,83,236); }
div.DivClassName
{
background-color: #F853EC;
}
.BgClassName
{
background-color: #F853EC;
}
</style>
border-color css
<style>
span { border-color: #F853EC; }
span { border-color: rgb(248,83,236); }
td.TdClassName
{
border-color: #F853EC;
}
.TagClassName
{
border-color: #F853EC;
}
</style>