Shades of Pink Flamingo #F044FF
Tints of Pink Flamingo #F044FF
RGB
CMYK
RGB Variations
Color information
#F044FF (or 0xF044FF) is known color: Pink Flamingo. HEX triplet: F0, 44 and FF. RGB value is (240,68,255). Sum of RGB (Red+Green+Blue) = 240+68+255=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 68 (26.95% from 255 or 12.08% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #F044FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044FF is #0FBB00. Grayscale: #8C8C8C. Windows color (decimal): -1030913 or 16729328. OLE color: 16729328.
HSL color Cylindrical-coordinate representation of color #F044FF: hue angle of 295.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F044FF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 68 | 255 | - |
| CMYK | 0.06 | 0.73 | 0 | 0 |
| HSL | 295.19º | 1% | 0.63% | - |
| HSV(B) | 295.19º | 0.73% | 1% | - |
| XYZ | 56.05 | 29.88 | 97.42 | - |
| YUV | 140.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 255 | 0.06 | 0.73 | 0 | 0 | 295.19 | 1 | 0.63 |
| Hex | F0 | 44 | FF | 6 | 49 | 0 | 0 | 127 | 64 | 3F |
| Octal | 360 | 104 | 377 | 6 | 111 | 0 | 0 | 447 | 144 | 77 |
| Binary | 11110000 | 1000100 | 11111111 | 110 | 1001001 | 0 | 0 | 100100111 | 1100100 | 111111 |
Color Harmonies of #F044FF
Complementary color
Monochromatic Colors of #F044FF
Black with #F044FF
Text Example
Text Example
White with #F044FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044FF; }
p { color: rgb(240,68,255); }
H1.HeaderClassName
{
color: #F044FF;
}
.AnyTagClassName
{
color: #F044FF;
}
</style>
background-color css
<style>
a { background-color: #F044FF; }
a { background-color: rgb(240,68,255); }
div.DivClassName
{
background-color: #F044FF;
}
.BgClassName
{
background-color: #F044FF;
}
</style>
border-color css
<style>
span { border-color: #F044FF; }
span { border-color: rgb(240,68,255); }
td.TdClassName
{
border-color: #F044FF;
}
.TagClassName
{
border-color: #F044FF;
}
</style>