Shades of Pink Flamingo #F964FC
Tints of Pink Flamingo #F964FC
RGB
CMYK
RGB Variations
Color information
#F964FC (or 0xF964FC) is known color: Pink Flamingo. HEX triplet: F9, 64 and FC. RGB value is (249,100,252). Sum of RGB (Red+Green+Blue) = 249+100+252=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 100 (39.45% from 255 or 16.64% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #F964FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FC is #069B03. Grayscale: #A1A1A1. Windows color (decimal): -432900 or 16540921. OLE color: 16540921.
HSL color Cylindrical-coordinate representation of color #F964FC: hue angle of 298.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964FC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 100 | 252 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.01 |
| HSL | 298.82º | 0.96% | 0.69% | - |
| HSV(B) | 298.82º | 0.6% | 0.99% | - |
| XYZ | 61.19 | 36.28 | 95.87 | - |
| YUV | 161.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 252 | 0.01 | 0.60 | 0 | 0.01 | 298.82 | 0.96 | 0.69 |
| Hex | F9 | 64 | FC | 1 | 3C | 0 | 1 | 12B | 60 | 45 |
| Octal | 371 | 144 | 374 | 1 | 74 | 0 | 1 | 453 | 140 | 105 |
| Binary | 11111001 | 1100100 | 11111100 | 1 | 111100 | 0 | 1 | 100101011 | 1100000 | 1000101 |
Color Harmonies of #F964FC
Complementary color
Monochromatic Colors of #F964FC
Black with #F964FC
Text Example
Text Example
White with #F964FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964FC; }
p { color: rgb(249,100,252); }
H1.HeaderClassName
{
color: #F964FC;
}
.AnyTagClassName
{
color: #F964FC;
}
</style>
background-color css
<style>
a { background-color: #F964FC; }
a { background-color: rgb(249,100,252); }
div.DivClassName
{
background-color: #F964FC;
}
.BgClassName
{
background-color: #F964FC;
}
</style>
border-color css
<style>
span { border-color: #F964FC; }
span { border-color: rgb(249,100,252); }
td.TdClassName
{
border-color: #F964FC;
}
.TagClassName
{
border-color: #F964FC;
}
</style>