Shades of Pink Flamingo #F963FA
Tints of Pink Flamingo #F963FA
RGB
CMYK
RGB Variations
Color information
#F963FA (or 0xF963FA) is known color: Pink Flamingo. HEX triplet: F9, 63 and FA. RGB value is (249,99,250). Sum of RGB (Red+Green+Blue) = 249+99+250=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 99 (39.06% from 255 or 16.56% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #F963FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963FA is #069C05. Grayscale: #A0A0A0. Windows color (decimal): -433158 or 16409593. OLE color: 16409593.
HSL color Cylindrical-coordinate representation of color #F963FA: hue angle of 299.6º degrees, saturation: 0.94, 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 #F963FA is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 250 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.02 |
| HSL | 299.6º | 0.94% | 0.68% | - |
| HSV(B) | 299.6º | 0.6% | 0.98% | - |
| XYZ | 60.78 | 35.97 | 94.18 | - |
| YUV | 161.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 250 | 0.00 | 0.60 | 0 | 0.02 | 299.6 | 0.94 | 0.68 |
| Hex | F9 | 63 | FA | 0 | 3C | 0 | 2 | 12C | 5E | 44 |
| Octal | 371 | 143 | 372 | 0 | 74 | 0 | 2 | 454 | 136 | 104 |
| Binary | 11111001 | 1100011 | 11111010 | 0 | 111100 | 0 | 10 | 100101100 | 1011110 | 1000100 |
Color Harmonies of #F963FA
Complementary color
Monochromatic Colors of #F963FA
Black with #F963FA
Text Example
Text Example
White with #F963FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963FA; }
p { color: rgb(249,99,250); }
H1.HeaderClassName
{
color: #F963FA;
}
.AnyTagClassName
{
color: #F963FA;
}
</style>
background-color css
<style>
a { background-color: #F963FA; }
a { background-color: rgb(249,99,250); }
div.DivClassName
{
background-color: #F963FA;
}
.BgClassName
{
background-color: #F963FA;
}
</style>
border-color css
<style>
span { border-color: #F963FA; }
span { border-color: rgb(249,99,250); }
td.TdClassName
{
border-color: #F963FA;
}
.TagClassName
{
border-color: #F963FA;
}
</style>