Shades of Pink Flamingo #F968E7
Tints of Pink Flamingo #F968E7
RGB
CMYK
RGB Variations
Color information
#F968E7 (or 0xF968E7) is known color: Pink Flamingo. HEX triplet: F9, 68 and E7. RGB value is (249,104,231). Sum of RGB (Red+Green+Blue) = 249+104+231=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F968E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968E7 is #069718. Grayscale: #A1A1A1. Windows color (decimal): -431897 or 15165689. OLE color: 15165689.
HSL color Cylindrical-coordinate representation of color #F968E7: hue angle of 307.45º 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 #F968E7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 231 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.02 |
| HSL | 307.45º | 0.92% | 0.69% | - |
| HSV(B) | 307.45º | 0.58% | 0.98% | - |
| XYZ | 58.44 | 35.81 | 79.43 | - |
| YUV | 161.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 231 | 0 | 0.58 | 0.07 | 0.02 | 307.45 | 0.92 | 0.69 |
| Hex | F9 | 68 | E7 | 0 | 3A | 7 | 2 | 133 | 5C | 45 |
| Octal | 371 | 150 | 347 | 0 | 72 | 7 | 2 | 463 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11100111 | 0 | 111010 | 111 | 10 | 100110011 | 1011100 | 1000101 |
Color Harmonies of #F968E7
Complementary color
Monochromatic Colors of #F968E7
Black with #F968E7
Text Example
Text Example
White with #F968E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968E7; }
p { color: rgb(249,104,231); }
H1.HeaderClassName
{
color: #F968E7;
}
.AnyTagClassName
{
color: #F968E7;
}
</style>
background-color css
<style>
a { background-color: #F968E7; }
a { background-color: rgb(249,104,231); }
div.DivClassName
{
background-color: #F968E7;
}
.BgClassName
{
background-color: #F968E7;
}
</style>
border-color css
<style>
span { border-color: #F968E7; }
span { border-color: rgb(249,104,231); }
td.TdClassName
{
border-color: #F968E7;
}
.TagClassName
{
border-color: #F968E7;
}
</style>