Shades of Pink Flamingo #F069F1
Tints of Pink Flamingo #F069F1
RGB
CMYK
RGB Variations
Color information
#F069F1 (or 0xF069F1) is known color: Pink Flamingo. HEX triplet: F0, 69 and F1. RGB value is (240,105,241). Sum of RGB (Red+Green+Blue) = 240+105+241=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #F069F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F1 is #0F960E. Grayscale: #A0A0A0. Windows color (decimal): -1021455 or 15821296. OLE color: 15821296.
HSL color Cylindrical-coordinate representation of color #F069F1: hue angle of 299.56º 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 #F069F1 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 105 | 241 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.05 |
| HSL | 299.56º | 0.83% | 0.68% | - |
| HSV(B) | 299.56º | 0.56% | 0.95% | - |
| XYZ | 56.86 | 34.98 | 86.97 | - |
| YUV | 160.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 241 | 0.00 | 0.56 | 0 | 0.05 | 299.56 | 0.83 | 0.68 |
| Hex | F0 | 69 | F1 | 0 | 38 | 0 | 5 | 12C | 53 | 44 |
| Octal | 360 | 151 | 361 | 0 | 70 | 0 | 5 | 454 | 123 | 104 |
| Binary | 11110000 | 1101001 | 11110001 | 0 | 111000 | 0 | 101 | 100101100 | 1010011 | 1000100 |
Color Harmonies of #F069F1
Complementary color
Monochromatic Colors of #F069F1
Black with #F069F1
Text Example
Text Example
White with #F069F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069F1; }
p { color: rgb(240,105,241); }
H1.HeaderClassName
{
color: #F069F1;
}
.AnyTagClassName
{
color: #F069F1;
}
</style>
background-color css
<style>
a { background-color: #F069F1; }
a { background-color: rgb(240,105,241); }
div.DivClassName
{
background-color: #F069F1;
}
.BgClassName
{
background-color: #F069F1;
}
</style>
border-color css
<style>
span { border-color: #F069F1; }
span { border-color: rgb(240,105,241); }
td.TdClassName
{
border-color: #F069F1;
}
.TagClassName
{
border-color: #F069F1;
}
</style>