Shades of Pink Flamingo #F069F3
Tints of Pink Flamingo #F069F3
RGB
CMYK
RGB Variations
Color information
#F069F3 (or 0xF069F3) is known color: Pink Flamingo. HEX triplet: F0, 69 and F3. RGB value is (240,105,243). Sum of RGB (Red+Green+Blue) = 240+105+243=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 105 (41.41% from 255 or 17.86% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #F069F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F3 is #0F960C. Grayscale: #A0A0A0. Windows color (decimal): -1021453 or 15952368. OLE color: 15952368.
HSL color Cylindrical-coordinate representation of color #F069F3: hue angle of 298.7º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F069F3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 105 | 243 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.05 |
| HSL | 298.7º | 0.85% | 0.68% | - |
| HSV(B) | 298.7º | 0.57% | 0.95% | - |
| XYZ | 57.16 | 35.1 | 88.56 | - |
| YUV | 161.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 243 | 0.01 | 0.57 | 0 | 0.05 | 298.7 | 0.85 | 0.68 |
| Hex | F0 | 69 | F3 | 1 | 39 | 0 | 5 | 12B | 55 | 44 |
| Octal | 360 | 151 | 363 | 1 | 71 | 0 | 5 | 453 | 125 | 104 |
| Binary | 11110000 | 1101001 | 11110011 | 1 | 111001 | 0 | 101 | 100101011 | 1010101 | 1000100 |
Color Harmonies of #F069F3
Complementary color
Monochromatic Colors of #F069F3
Black with #F069F3
Text Example
Text Example
White with #F069F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069F3; }
p { color: rgb(240,105,243); }
H1.HeaderClassName
{
color: #F069F3;
}
.AnyTagClassName
{
color: #F069F3;
}
</style>
background-color css
<style>
a { background-color: #F069F3; }
a { background-color: rgb(240,105,243); }
div.DivClassName
{
background-color: #F069F3;
}
.BgClassName
{
background-color: #F069F3;
}
</style>
border-color css
<style>
span { border-color: #F069F3; }
span { border-color: rgb(240,105,243); }
td.TdClassName
{
border-color: #F069F3;
}
.TagClassName
{
border-color: #F069F3;
}
</style>