Shades of Pink Flamingo #F969F0
Tints of Pink Flamingo #F969F0
RGB
CMYK
RGB Variations
Color information
#F969F0 (or 0xF969F0) is known color: Pink Flamingo. HEX triplet: F9, 69 and F0. RGB value is (249,105,240). Sum of RGB (Red+Green+Blue) = 249+105+240=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F969F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969F0 is #06960F. Grayscale: #A3A3A3. Windows color (decimal): -431632 or 15755769. OLE color: 15755769.
HSL color Cylindrical-coordinate representation of color #F969F0: hue angle of 303.75º 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 #F969F0 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 240 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.02 |
| HSL | 303.75º | 0.92% | 0.69% | - |
| HSV(B) | 303.75º | 0.58% | 0.98% | - |
| XYZ | 59.85 | 36.53 | 86.34 | - |
| YUV | 163.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 240 | 0 | 0.58 | 0.04 | 0.02 | 303.75 | 0.92 | 0.69 |
| Hex | F9 | 69 | F0 | 0 | 3A | 4 | 2 | 130 | 5C | 45 |
| Octal | 371 | 151 | 360 | 0 | 72 | 4 | 2 | 460 | 134 | 105 |
| Binary | 11111001 | 1101001 | 11110000 | 0 | 111010 | 100 | 10 | 100110000 | 1011100 | 1000101 |
Color Harmonies of #F969F0
Complementary color
Monochromatic Colors of #F969F0
Black with #F969F0
Text Example
Text Example
White with #F969F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F969F0; }
p { color: rgb(249,105,240); }
H1.HeaderClassName
{
color: #F969F0;
}
.AnyTagClassName
{
color: #F969F0;
}
</style>
background-color css
<style>
a { background-color: #F969F0; }
a { background-color: rgb(249,105,240); }
div.DivClassName
{
background-color: #F969F0;
}
.BgClassName
{
background-color: #F969F0;
}
</style>
border-color css
<style>
span { border-color: #F969F0; }
span { border-color: rgb(249,105,240); }
td.TdClassName
{
border-color: #F969F0;
}
.TagClassName
{
border-color: #F969F0;
}
</style>