Shades of Pink Flamingo #F968EE
Tints of Pink Flamingo #F968EE
RGB
CMYK
RGB Variations
Color information
#F968EE (or 0xF968EE) is known color: Pink Flamingo. HEX triplet: F9, 68 and EE. RGB value is (249,104,238). Sum of RGB (Red+Green+Blue) = 249+104+238=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F968EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968EE is #069711. Grayscale: #A2A2A2. Windows color (decimal): -431890 or 15624441. OLE color: 15624441.
HSL color Cylindrical-coordinate representation of color #F968EE: hue angle of 304.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968EE is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 238 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.02 |
| HSL | 304.55º | 0.92% | 0.69% | - |
| HSV(B) | 304.55º | 0.58% | 0.98% | - |
| XYZ | 59.45 | 36.21 | 84.75 | - |
| YUV | 162.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 238 | 0 | 0.58 | 0.04 | 0.02 | 304.55 | 0.92 | 0.69 |
| Hex | F9 | 68 | EE | 0 | 3A | 4 | 2 | 131 | 5C | 45 |
| Octal | 371 | 150 | 356 | 0 | 72 | 4 | 2 | 461 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11101110 | 0 | 111010 | 100 | 10 | 100110001 | 1011100 | 1000101 |
Color Harmonies of #F968EE
Complementary color
Monochromatic Colors of #F968EE
Black with #F968EE
Text Example
Text Example
White with #F968EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968EE; }
p { color: rgb(249,104,238); }
H1.HeaderClassName
{
color: #F968EE;
}
.AnyTagClassName
{
color: #F968EE;
}
</style>
background-color css
<style>
a { background-color: #F968EE; }
a { background-color: rgb(249,104,238); }
div.DivClassName
{
background-color: #F968EE;
}
.BgClassName
{
background-color: #F968EE;
}
</style>
border-color css
<style>
span { border-color: #F968EE; }
span { border-color: rgb(249,104,238); }
td.TdClassName
{
border-color: #F968EE;
}
.TagClassName
{
border-color: #F968EE;
}
</style>