Shades of Pink Flamingo #F44FFF
Tints of Pink Flamingo #F44FFF
RGB
CMYK
RGB Variations
Color information
#F44FFF (or 0xF44FFF) is known color: Pink Flamingo. HEX triplet: F4, 4F and FF. RGB value is (244,79,255). Sum of RGB (Red+Green+Blue) = 244+79+255=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 79 (31.25% from 255 or 13.67% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F44FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44FFF is #0BB000. Grayscale: #939393. Windows color (decimal): -765953 or 16732148. OLE color: 16732148.
HSL color Cylindrical-coordinate representation of color #F44FFF: hue angle of 296.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44FFF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 79 | 255 | - |
| CMYK | 0.04 | 0.69 | 0 | 0 |
| HSL | 296.25º | 1% | 0.65% | - |
| HSV(B) | 296.25º | 0.69% | 1% | - |
| XYZ | 58.15 | 32.05 | 97.73 | - |
| YUV | 148.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 255 | 0.04 | 0.69 | 0 | 0 | 296.25 | 1 | 0.65 |
| Hex | F4 | 4F | FF | 4 | 45 | 0 | 0 | 128 | 64 | 41 |
| Octal | 364 | 117 | 377 | 4 | 105 | 0 | 0 | 450 | 144 | 101 |
| Binary | 11110100 | 1001111 | 11111111 | 100 | 1000101 | 0 | 0 | 100101000 | 1100100 | 1000001 |
Color Harmonies of #F44FFF
Complementary color
Monochromatic Colors of #F44FFF
Black with #F44FFF
Text Example
Text Example
White with #F44FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44FFF; }
p { color: rgb(244,79,255); }
H1.HeaderClassName
{
color: #F44FFF;
}
.AnyTagClassName
{
color: #F44FFF;
}
</style>
background-color css
<style>
a { background-color: #F44FFF; }
a { background-color: rgb(244,79,255); }
div.DivClassName
{
background-color: #F44FFF;
}
.BgClassName
{
background-color: #F44FFF;
}
</style>
border-color css
<style>
span { border-color: #F44FFF; }
span { border-color: rgb(244,79,255); }
td.TdClassName
{
border-color: #F44FFF;
}
.TagClassName
{
border-color: #F44FFF;
}
</style>