Shades of Pink Flamingo #F045F9
Tints of Pink Flamingo #F045F9
RGB
CMYK
RGB Variations
Color information
#F045F9 (or 0xF045F9) is known color: Pink Flamingo. HEX triplet: F0, 45 and F9. RGB value is (240,69,249). Sum of RGB (Red+Green+Blue) = 240+69+249=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 69 (27.34% from 255 or 12.37% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #F045F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045F9 is #0FBA06. Grayscale: #8C8C8C. Windows color (decimal): -1030663 or 16336368. OLE color: 16336368.
HSL color Cylindrical-coordinate representation of color #F045F9: hue angle of 297º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F045F9 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 69 | 249 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.02 |
| HSL | 297º | 0.94% | 0.62% | - |
| HSV(B) | 297º | 0.72% | 0.98% | - |
| XYZ | 55.16 | 29.62 | 92.43 | - |
| YUV | 140.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 249 | 0.04 | 0.72 | 0 | 0.02 | 297 | 0.94 | 0.62 |
| Hex | F0 | 45 | F9 | 4 | 48 | 0 | 2 | 129 | 5E | 3E |
| Octal | 360 | 105 | 371 | 4 | 110 | 0 | 2 | 451 | 136 | 76 |
| Binary | 11110000 | 1000101 | 11111001 | 100 | 1001000 | 0 | 10 | 100101001 | 1011110 | 111110 |
Color Harmonies of #F045F9
Complementary color
Monochromatic Colors of #F045F9
Black with #F045F9
Text Example
Text Example
White with #F045F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045F9; }
p { color: rgb(240,69,249); }
H1.HeaderClassName
{
color: #F045F9;
}
.AnyTagClassName
{
color: #F045F9;
}
</style>
background-color css
<style>
a { background-color: #F045F9; }
a { background-color: rgb(240,69,249); }
div.DivClassName
{
background-color: #F045F9;
}
.BgClassName
{
background-color: #F045F9;
}
</style>
border-color css
<style>
span { border-color: #F045F9; }
span { border-color: rgb(240,69,249); }
td.TdClassName
{
border-color: #F045F9;
}
.TagClassName
{
border-color: #F045F9;
}
</style>