Shades of Pink Flamingo #F169ED
Tints of Pink Flamingo #F169ED
RGB
CMYK
RGB Variations
Color information
#F169ED (or 0xF169ED) is known color: Pink Flamingo. HEX triplet: F1, 69 and ED. RGB value is (241,105,237). Sum of RGB (Red+Green+Blue) = 241+105+237=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F169ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169ED is #0E9612. Grayscale: #A0A0A0. Windows color (decimal): -955923 or 15559153. OLE color: 15559153.
HSL color Cylindrical-coordinate representation of color #F169ED: hue angle of 301.76º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169ED is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 237 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.05 |
| HSL | 301.76º | 0.83% | 0.68% | - |
| HSV(B) | 301.76º | 0.56% | 0.95% | - |
| XYZ | 56.61 | 34.92 | 83.88 | - |
| YUV | 160.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 237 | 0 | 0.56 | 0.02 | 0.05 | 301.76 | 0.83 | 0.68 |
| Hex | F1 | 69 | ED | 0 | 38 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 151 | 355 | 0 | 70 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101001 | 11101101 | 0 | 111000 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F169ED
Complementary color
Monochromatic Colors of #F169ED
Black with #F169ED
Text Example
Text Example
White with #F169ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169ED; }
p { color: rgb(241,105,237); }
H1.HeaderClassName
{
color: #F169ED;
}
.AnyTagClassName
{
color: #F169ED;
}
</style>
background-color css
<style>
a { background-color: #F169ED; }
a { background-color: rgb(241,105,237); }
div.DivClassName
{
background-color: #F169ED;
}
.BgClassName
{
background-color: #F169ED;
}
</style>
border-color css
<style>
span { border-color: #F169ED; }
span { border-color: rgb(241,105,237); }
td.TdClassName
{
border-color: #F169ED;
}
.TagClassName
{
border-color: #F169ED;
}
</style>