Shades of Pink Flamingo #F968FF
Tints of Pink Flamingo #F968FF
RGB
CMYK
RGB Variations
Color information
#F968FF (or 0xF968FF) is known color: Pink Flamingo. HEX triplet: F9, 68 and FF. RGB value is (249,104,255). Sum of RGB (Red+Green+Blue) = 249+104+255=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 104 (41.02% from 255 or 17.11% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #F968FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968FF is #069700. Grayscale: #A4A4A4. Windows color (decimal): -431873 or 16738553. OLE color: 16738553.
HSL color Cylindrical-coordinate representation of color #F968FF: hue angle of 297.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F968FF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 104 | 255 | - |
| CMYK | 0.02 | 0.59 | 0 | 0 |
| HSL | 297.62º | 1% | 0.7% | - |
| HSV(B) | 297.62º | 0.59% | 1% | - |
| XYZ | 62.07 | 37.26 | 98.53 | - |
| YUV | 164.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 255 | 0.02 | 0.59 | 0 | 0 | 297.62 | 1 | 0.7 |
| Hex | F9 | 68 | FF | 2 | 3B | 0 | 0 | 12A | 64 | 46 |
| Octal | 371 | 150 | 377 | 2 | 73 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111001 | 1101000 | 11111111 | 10 | 111011 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #F968FF
Complementary color
Monochromatic Colors of #F968FF
Black with #F968FF
Text Example
Text Example
White with #F968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968FF; }
p { color: rgb(249,104,255); }
H1.HeaderClassName
{
color: #F968FF;
}
.AnyTagClassName
{
color: #F968FF;
}
</style>
background-color css
<style>
a { background-color: #F968FF; }
a { background-color: rgb(249,104,255); }
div.DivClassName
{
background-color: #F968FF;
}
.BgClassName
{
background-color: #F968FF;
}
</style>
border-color css
<style>
span { border-color: #F968FF; }
span { border-color: rgb(249,104,255); }
td.TdClassName
{
border-color: #F968FF;
}
.TagClassName
{
border-color: #F968FF;
}
</style>