Shades of Pink Flamingo #F844FB
Tints of Pink Flamingo #F844FB
RGB
CMYK
RGB Variations
Color information
#F844FB (or 0xF844FB) is known color: Pink Flamingo. HEX triplet: F8, 44 and FB. RGB value is (248,68,251). Sum of RGB (Red+Green+Blue) = 248+68+251=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #F844FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F844FB is #07BB04. Grayscale: #8E8E8E. Windows color (decimal): -506629 or 16467192. OLE color: 16467192.
HSL color Cylindrical-coordinate representation of color #F844FB: hue angle of 299.02º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844FB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 68 | 251 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.02 |
| HSL | 299.02º | 0.96% | 0.63% | - |
| HSV(B) | 299.02º | 0.73% | 0.98% | - |
| XYZ | 58.19 | 31.06 | 94.19 | - |
| YUV | 142.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 251 | 0.01 | 0.73 | 0 | 0.02 | 299.02 | 0.96 | 0.63 |
| Hex | F8 | 44 | FB | 1 | 49 | 0 | 2 | 12B | 60 | 3F |
| Octal | 370 | 104 | 373 | 1 | 111 | 0 | 2 | 453 | 140 | 77 |
| Binary | 11111000 | 1000100 | 11111011 | 1 | 1001001 | 0 | 10 | 100101011 | 1100000 | 111111 |
Color Harmonies of #F844FB
Complementary color
Monochromatic Colors of #F844FB
Black with #F844FB
Text Example
Text Example
White with #F844FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F844FB; }
p { color: rgb(248,68,251); }
H1.HeaderClassName
{
color: #F844FB;
}
.AnyTagClassName
{
color: #F844FB;
}
</style>
background-color css
<style>
a { background-color: #F844FB; }
a { background-color: rgb(248,68,251); }
div.DivClassName
{
background-color: #F844FB;
}
.BgClassName
{
background-color: #F844FB;
}
</style>
border-color css
<style>
span { border-color: #F844FB; }
span { border-color: rgb(248,68,251); }
td.TdClassName
{
border-color: #F844FB;
}
.TagClassName
{
border-color: #F844FB;
}
</style>