Shades of Pink Flamingo #F844F1
Tints of Pink Flamingo #F844F1
RGB
CMYK
RGB Variations
Color information
#F844F1 (or 0xF844F1) is known color: Pink Flamingo. HEX triplet: F8, 44 and F1. RGB value is (248,68,241). Sum of RGB (Red+Green+Blue) = 248+68+241=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F844F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844F1 is #07BB0E. Grayscale: #8D8D8D. Windows color (decimal): -506639 or 15811832. OLE color: 15811832.
HSL color Cylindrical-coordinate representation of color #F844F1: hue angle of 302.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844F1 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 241 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.03 |
| HSL | 302.33º | 0.93% | 0.62% | - |
| HSV(B) | 302.33º | 0.73% | 0.97% | - |
| XYZ | 56.66 | 30.44 | 86.11 | - |
| YUV | 141.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 241 | 0 | 0.73 | 0.03 | 0.03 | 302.33 | 0.93 | 0.62 |
| Hex | F8 | 44 | F1 | 0 | 49 | 3 | 3 | 12E | 5D | 3E |
| Octal | 370 | 104 | 361 | 0 | 111 | 3 | 3 | 456 | 135 | 76 |
| Binary | 11111000 | 1000100 | 11110001 | 0 | 1001001 | 11 | 11 | 100101110 | 1011101 | 111110 |
Color Harmonies of #F844F1
Complementary color
Monochromatic Colors of #F844F1
Black with #F844F1
Text Example
Text Example
White with #F844F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F844F1; }
p { color: rgb(248,68,241); }
H1.HeaderClassName
{
color: #F844F1;
}
.AnyTagClassName
{
color: #F844F1;
}
</style>
background-color css
<style>
a { background-color: #F844F1; }
a { background-color: rgb(248,68,241); }
div.DivClassName
{
background-color: #F844F1;
}
.BgClassName
{
background-color: #F844F1;
}
</style>
border-color css
<style>
span { border-color: #F844F1; }
span { border-color: rgb(248,68,241); }
td.TdClassName
{
border-color: #F844F1;
}
.TagClassName
{
border-color: #F844F1;
}
</style>