Shades of Pink Flamingo #F968F5
Tints of Pink Flamingo #F968F5
RGB
CMYK
RGB Variations
Color information
#F968F5 (or 0xF968F5) is known color: Pink Flamingo. HEX triplet: F9, 68 and F5. RGB value is (249,104,245). Sum of RGB (Red+Green+Blue) = 249+104+245=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F968F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F968F5 is #06970A. Grayscale: #A3A3A3. Windows color (decimal): -431883 or 16083193. OLE color: 16083193.
HSL color Cylindrical-coordinate representation of color #F968F5: hue angle of 301.66º 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 #F968F5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 245 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.02 |
| HSL | 301.66º | 0.92% | 0.69% | - |
| HSV(B) | 301.66º | 0.58% | 0.98% | - |
| XYZ | 60.5 | 36.63 | 90.27 | - |
| YUV | 163.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 245 | 0 | 0.58 | 0.02 | 0.02 | 301.66 | 0.92 | 0.69 |
| Hex | F9 | 68 | F5 | 0 | 3A | 2 | 2 | 12E | 5C | 45 |
| Octal | 371 | 150 | 365 | 0 | 72 | 2 | 2 | 456 | 134 | 105 |
| Binary | 11111001 | 1101000 | 11110101 | 0 | 111010 | 10 | 10 | 100101110 | 1011100 | 1000101 |
Color Harmonies of #F968F5
Complementary color
Monochromatic Colors of #F968F5
Black with #F968F5
Text Example
Text Example
White with #F968F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968F5; }
p { color: rgb(249,104,245); }
H1.HeaderClassName
{
color: #F968F5;
}
.AnyTagClassName
{
color: #F968F5;
}
</style>
background-color css
<style>
a { background-color: #F968F5; }
a { background-color: rgb(249,104,245); }
div.DivClassName
{
background-color: #F968F5;
}
.BgClassName
{
background-color: #F968F5;
}
</style>
border-color css
<style>
span { border-color: #F968F5; }
span { border-color: rgb(249,104,245); }
td.TdClassName
{
border-color: #F968F5;
}
.TagClassName
{
border-color: #F968F5;
}
</style>