Shades of Pink Flamingo #F964FF
Tints of Pink Flamingo #F964FF
RGB
CMYK
RGB Variations
Color information
#F964FF (or 0xF964FF) is known color: Pink Flamingo. HEX triplet: F9, 64 and FF. RGB value is (249,100,255). Sum of RGB (Red+Green+Blue) = 249+100+255=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 100 (39.45% from 255 or 16.56% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F964FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964FF is #069B00. Grayscale: #A1A1A1. Windows color (decimal): -432897 or 16737529. OLE color: 16737529.
HSL color Cylindrical-coordinate representation of color #F964FF: hue angle of 297.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F964FF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 100 | 255 | - |
| CMYK | 0.02 | 0.61 | 0 | 0 |
| HSL | 297.68º | 1% | 0.7% | - |
| HSV(B) | 297.68º | 0.61% | 1% | - |
| XYZ | 61.67 | 36.47 | 98.4 | - |
| YUV | 162.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 255 | 0.02 | 0.61 | 0 | 0 | 297.68 | 1 | 0.7 |
| Hex | F9 | 64 | FF | 2 | 3D | 0 | 0 | 12A | 64 | 46 |
| Octal | 371 | 144 | 377 | 2 | 75 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111001 | 1100100 | 11111111 | 10 | 111101 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #F964FF
Complementary color
Monochromatic Colors of #F964FF
Black with #F964FF
Text Example
Text Example
White with #F964FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964FF; }
p { color: rgb(249,100,255); }
H1.HeaderClassName
{
color: #F964FF;
}
.AnyTagClassName
{
color: #F964FF;
}
</style>
background-color css
<style>
a { background-color: #F964FF; }
a { background-color: rgb(249,100,255); }
div.DivClassName
{
background-color: #F964FF;
}
.BgClassName
{
background-color: #F964FF;
}
</style>
border-color css
<style>
span { border-color: #F964FF; }
span { border-color: rgb(249,100,255); }
td.TdClassName
{
border-color: #F964FF;
}
.TagClassName
{
border-color: #F964FF;
}
</style>