Shades of Pink Flamingo #F965EC
Tints of Pink Flamingo #F965EC
RGB
CMYK
RGB Variations
Color information
#F965EC (or 0xF965EC) is known color: Pink Flamingo. HEX triplet: F9, 65 and EC. RGB value is (249,101,236). Sum of RGB (Red+Green+Blue) = 249+101+236=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F965EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965EC is #069A13. Grayscale: #A0A0A0. Windows color (decimal): -432660 or 15492601. OLE color: 15492601.
HSL color Cylindrical-coordinate representation of color #F965EC: hue angle of 305.27º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965EC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 236 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.02 |
| HSL | 305.27º | 0.93% | 0.69% | - |
| HSV(B) | 305.27º | 0.59% | 0.98% | - |
| XYZ | 58.86 | 35.5 | 83.11 | - |
| YUV | 160.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 236 | 0 | 0.59 | 0.05 | 0.02 | 305.27 | 0.93 | 0.69 |
| Hex | F9 | 65 | EC | 0 | 3B | 5 | 2 | 131 | 5C | 45 |
| Octal | 371 | 145 | 354 | 0 | 73 | 5 | 2 | 461 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11101100 | 0 | 111011 | 101 | 10 | 100110001 | 1011100 | 1000101 |
Color Harmonies of #F965EC
Complementary color
Monochromatic Colors of #F965EC
Black with #F965EC
Text Example
Text Example
White with #F965EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965EC; }
p { color: rgb(249,101,236); }
H1.HeaderClassName
{
color: #F965EC;
}
.AnyTagClassName
{
color: #F965EC;
}
</style>
background-color css
<style>
a { background-color: #F965EC; }
a { background-color: rgb(249,101,236); }
div.DivClassName
{
background-color: #F965EC;
}
.BgClassName
{
background-color: #F965EC;
}
</style>
border-color css
<style>
span { border-color: #F965EC; }
span { border-color: rgb(249,101,236); }
td.TdClassName
{
border-color: #F965EC;
}
.TagClassName
{
border-color: #F965EC;
}
</style>