Shades of Pink Flamingo #F069F4
Tints of Pink Flamingo #F069F4
RGB
CMYK
RGB Variations
Color information
#F069F4 (or 0xF069F4) is known color: Pink Flamingo. HEX triplet: F0, 69 and F4. RGB value is (240,105,244). Sum of RGB (Red+Green+Blue) = 240+105+244=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #F069F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F4 is #0F960B. Grayscale: #A0A0A0. Windows color (decimal): -1021452 or 16017904. OLE color: 16017904.
HSL color Cylindrical-coordinate representation of color #F069F4: hue angle of 298.27º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F069F4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 105 | 244 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.04 |
| HSL | 298.27º | 0.86% | 0.68% | - |
| HSV(B) | 298.27º | 0.57% | 0.96% | - |
| XYZ | 57.32 | 35.16 | 89.35 | - |
| YUV | 161.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 244 | 0.02 | 0.57 | 0 | 0.04 | 298.27 | 0.86 | 0.68 |
| Hex | F0 | 69 | F4 | 2 | 39 | 0 | 4 | 12A | 56 | 44 |
| Octal | 360 | 151 | 364 | 2 | 71 | 0 | 4 | 452 | 126 | 104 |
| Binary | 11110000 | 1101001 | 11110100 | 10 | 111001 | 0 | 100 | 100101010 | 1010110 | 1000100 |
Color Harmonies of #F069F4
Complementary color
Monochromatic Colors of #F069F4
Black with #F069F4
Text Example
Text Example
White with #F069F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069F4; }
p { color: rgb(240,105,244); }
H1.HeaderClassName
{
color: #F069F4;
}
.AnyTagClassName
{
color: #F069F4;
}
</style>
background-color css
<style>
a { background-color: #F069F4; }
a { background-color: rgb(240,105,244); }
div.DivClassName
{
background-color: #F069F4;
}
.BgClassName
{
background-color: #F069F4;
}
</style>
border-color css
<style>
span { border-color: #F069F4; }
span { border-color: rgb(240,105,244); }
td.TdClassName
{
border-color: #F069F4;
}
.TagClassName
{
border-color: #F069F4;
}
</style>