Shades of Pink Flamingo #F45BFA
Tints of Pink Flamingo #F45BFA
RGB
CMYK
RGB Variations
Color information
#F45BFA (or 0xF45BFA) is known color: Pink Flamingo. HEX triplet: F4, 5B and FA. RGB value is (244,91,250). Sum of RGB (Red+Green+Blue) = 244+91+250=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 91 (35.94% from 255 or 15.56% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #F45BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45BFA is #0BA405. Grayscale: #9A9A9A. Windows color (decimal): -762886 or 16407540. OLE color: 16407540.
HSL color Cylindrical-coordinate representation of color #F45BFA: hue angle of 297.74º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45BFA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 91 | 250 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.02 |
| HSL | 297.74º | 0.94% | 0.67% | - |
| HSV(B) | 297.74º | 0.64% | 0.98% | - |
| XYZ | 58.3 | 33.62 | 93.86 | - |
| YUV | 154.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 250 | 0.02 | 0.64 | 0 | 0.02 | 297.74 | 0.94 | 0.67 |
| Hex | F4 | 5B | FA | 2 | 40 | 0 | 2 | 12A | 5E | 43 |
| Octal | 364 | 133 | 372 | 2 | 100 | 0 | 2 | 452 | 136 | 103 |
| Binary | 11110100 | 1011011 | 11111010 | 10 | 1000000 | 0 | 10 | 100101010 | 1011110 | 1000011 |
Color Harmonies of #F45BFA
Complementary color
Monochromatic Colors of #F45BFA
Black with #F45BFA
Text Example
Text Example
White with #F45BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BFA; }
p { color: rgb(244,91,250); }
H1.HeaderClassName
{
color: #F45BFA;
}
.AnyTagClassName
{
color: #F45BFA;
}
</style>
background-color css
<style>
a { background-color: #F45BFA; }
a { background-color: rgb(244,91,250); }
div.DivClassName
{
background-color: #F45BFA;
}
.BgClassName
{
background-color: #F45BFA;
}
</style>
border-color css
<style>
span { border-color: #F45BFA; }
span { border-color: rgb(244,91,250); }
td.TdClassName
{
border-color: #F45BFA;
}
.TagClassName
{
border-color: #F45BFA;
}
</style>