Shades of Pink Flamingo #F45BFC
Tints of Pink Flamingo #F45BFC
RGB
CMYK
RGB Variations
Color information
#F45BFC (or 0xF45BFC) is known color: Pink Flamingo. HEX triplet: F4, 5B and FC. RGB value is (244,91,252). Sum of RGB (Red+Green+Blue) = 244+91+252=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 91 (35.94% from 255 or 15.50% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #F45BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45BFC is #0BA403. Grayscale: #9A9A9A. Windows color (decimal): -762884 or 16538612. OLE color: 16538612.
HSL color Cylindrical-coordinate representation of color #F45BFC: hue angle of 297.02º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45BFC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 91 | 252 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.02º | 0.96% | 0.67% | - |
| HSV(B) | 297.02º | 0.64% | 0.99% | - |
| XYZ | 58.62 | 33.74 | 95.52 | - |
| YUV | 155.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 252 | 0.03 | 0.64 | 0 | 0.01 | 297.02 | 0.96 | 0.67 |
| Hex | F4 | 5B | FC | 3 | 40 | 0 | 1 | 129 | 60 | 43 |
| Octal | 364 | 133 | 374 | 3 | 100 | 0 | 1 | 451 | 140 | 103 |
| Binary | 11110100 | 1011011 | 11111100 | 11 | 1000000 | 0 | 1 | 100101001 | 1100000 | 1000011 |
Color Harmonies of #F45BFC
Complementary color
Monochromatic Colors of #F45BFC
Black with #F45BFC
Text Example
Text Example
White with #F45BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BFC; }
p { color: rgb(244,91,252); }
H1.HeaderClassName
{
color: #F45BFC;
}
.AnyTagClassName
{
color: #F45BFC;
}
</style>
background-color css
<style>
a { background-color: #F45BFC; }
a { background-color: rgb(244,91,252); }
div.DivClassName
{
background-color: #F45BFC;
}
.BgClassName
{
background-color: #F45BFC;
}
</style>
border-color css
<style>
span { border-color: #F45BFC; }
span { border-color: rgb(244,91,252); }
td.TdClassName
{
border-color: #F45BFC;
}
.TagClassName
{
border-color: #F45BFC;
}
</style>