Shades of Pink Flamingo #F45AFC
Tints of Pink Flamingo #F45AFC
RGB
CMYK
RGB Variations
Color information
#F45AFC (or 0xF45AFC) is known color: Pink Flamingo. HEX triplet: F4, 5A and FC. RGB value is (244,90,252). Sum of RGB (Red+Green+Blue) = 244+90+252=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #F45AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AFC is #0BA503. Grayscale: #9A9A9A. Windows color (decimal): -763140 or 16538356. OLE color: 16538356.
HSL color Cylindrical-coordinate representation of color #F45AFC: hue angle of 297.04º 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 #F45AFC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 90 | 252 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.04º | 0.96% | 0.67% | - |
| HSV(B) | 297.04º | 0.64% | 0.99% | - |
| XYZ | 58.54 | 33.57 | 95.49 | - |
| YUV | 154.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 252 | 0.03 | 0.64 | 0 | 0.01 | 297.04 | 0.96 | 0.67 |
| Hex | F4 | 5A | FC | 3 | 40 | 0 | 1 | 129 | 60 | 43 |
| Octal | 364 | 132 | 374 | 3 | 100 | 0 | 1 | 451 | 140 | 103 |
| Binary | 11110100 | 1011010 | 11111100 | 11 | 1000000 | 0 | 1 | 100101001 | 1100000 | 1000011 |
Color Harmonies of #F45AFC
Complementary color
Monochromatic Colors of #F45AFC
Black with #F45AFC
Text Example
Text Example
White with #F45AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AFC; }
p { color: rgb(244,90,252); }
H1.HeaderClassName
{
color: #F45AFC;
}
.AnyTagClassName
{
color: #F45AFC;
}
</style>
background-color css
<style>
a { background-color: #F45AFC; }
a { background-color: rgb(244,90,252); }
div.DivClassName
{
background-color: #F45AFC;
}
.BgClassName
{
background-color: #F45AFC;
}
</style>
border-color css
<style>
span { border-color: #F45AFC; }
span { border-color: rgb(244,90,252); }
td.TdClassName
{
border-color: #F45AFC;
}
.TagClassName
{
border-color: #F45AFC;
}
</style>