Shades of Pink Flamingo #F963E7
Tints of Pink Flamingo #F963E7
RGB
CMYK
RGB Variations
Color information
#F963E7 (or 0xF963E7) is known color: Pink Flamingo. HEX triplet: F9, 63 and E7. RGB value is (249,99,231). Sum of RGB (Red+Green+Blue) = 249+99+231=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 99 (39.06% from 255 or 17.10% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F963E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963E7 is #069C18. Grayscale: #9E9E9E. Windows color (decimal): -433177 or 15164409. OLE color: 15164409.
HSL color Cylindrical-coordinate representation of color #F963E7: hue angle of 307.2º 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 #F963E7 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 231 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.02 |
| HSL | 307.2º | 0.93% | 0.68% | - |
| HSV(B) | 307.2º | 0.6% | 0.98% | - |
| XYZ | 57.95 | 34.83 | 79.27 | - |
| YUV | 158.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 231 | 0 | 0.60 | 0.07 | 0.02 | 307.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | E7 | 0 | 3C | 7 | 2 | 133 | 5D | 44 |
| Octal | 371 | 143 | 347 | 0 | 74 | 7 | 2 | 463 | 135 | 104 |
| Binary | 11111001 | 1100011 | 11100111 | 0 | 111100 | 111 | 10 | 100110011 | 1011101 | 1000100 |
Color Harmonies of #F963E7
Complementary color
Monochromatic Colors of #F963E7
Black with #F963E7
Text Example
Text Example
White with #F963E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963E7; }
p { color: rgb(249,99,231); }
H1.HeaderClassName
{
color: #F963E7;
}
.AnyTagClassName
{
color: #F963E7;
}
</style>
background-color css
<style>
a { background-color: #F963E7; }
a { background-color: rgb(249,99,231); }
div.DivClassName
{
background-color: #F963E7;
}
.BgClassName
{
background-color: #F963E7;
}
</style>
border-color css
<style>
span { border-color: #F963E7; }
span { border-color: rgb(249,99,231); }
td.TdClassName
{
border-color: #F963E7;
}
.TagClassName
{
border-color: #F963E7;
}
</style>