Shades of Pink Flamingo #F963EE
Tints of Pink Flamingo #F963EE
RGB
CMYK
RGB Variations
Color information
#F963EE (or 0xF963EE) is known color: Pink Flamingo. HEX triplet: F9, 63 and EE. RGB value is (249,99,238). Sum of RGB (Red+Green+Blue) = 249+99+238=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 99 (39.06% from 255 or 16.89% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F963EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963EE is #069C11. Grayscale: #9F9F9F. Windows color (decimal): -433170 or 15623161. OLE color: 15623161.
HSL color Cylindrical-coordinate representation of color #F963EE: hue angle of 304.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963EE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 238 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.02 |
| HSL | 304.4º | 0.93% | 0.68% | - |
| HSV(B) | 304.4º | 0.6% | 0.98% | - |
| XYZ | 58.96 | 35.24 | 84.58 | - |
| YUV | 159.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 238 | 0 | 0.60 | 0.04 | 0.02 | 304.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | EE | 0 | 3C | 4 | 2 | 130 | 5D | 44 |
| Octal | 371 | 143 | 356 | 0 | 74 | 4 | 2 | 460 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11101110 | 0 | 111100 | 100 | 10 | 100110000 | 1011101 | 1000100 |
Color Harmonies of #F963EE
Complementary color
Monochromatic Colors of #F963EE
Black with #F963EE
Text Example
Text Example
White with #F963EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963EE; }
p { color: rgb(249,99,238); }
H1.HeaderClassName
{
color: #F963EE;
}
.AnyTagClassName
{
color: #F963EE;
}
</style>
background-color css
<style>
a { background-color: #F963EE; }
a { background-color: rgb(249,99,238); }
div.DivClassName
{
background-color: #F963EE;
}
.BgClassName
{
background-color: #F963EE;
}
</style>
border-color css
<style>
span { border-color: #F963EE; }
span { border-color: rgb(249,99,238); }
td.TdClassName
{
border-color: #F963EE;
}
.TagClassName
{
border-color: #F963EE;
}
</style>