Shades of Pink Flamingo #F45BF1
Tints of Pink Flamingo #F45BF1
RGB
CMYK
RGB Variations
Color information
#F45BF1 (or 0xF45BF1) is known color: Pink Flamingo. HEX triplet: F4, 5B and F1. RGB value is (244,91,241). Sum of RGB (Red+Green+Blue) = 244+91+241=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45BF1 is #0BA40E. Grayscale: #999999. Windows color (decimal): -762895 or 15817716. OLE color: 15817716.
HSL color Cylindrical-coordinate representation of color #F45BF1: hue angle of 301.18º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45BF1 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 241 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.04 |
| HSL | 301.18º | 0.87% | 0.66% | - |
| HSV(B) | 301.18º | 0.63% | 0.96% | - |
| XYZ | 56.93 | 33.07 | 86.6 | - |
| YUV | 153.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 241 | 0 | 0.63 | 0.01 | 0.04 | 301.18 | 0.87 | 0.66 |
| Hex | F4 | 5B | F1 | 0 | 3F | 1 | 4 | 12D | 57 | 42 |
| Octal | 364 | 133 | 361 | 0 | 77 | 1 | 4 | 455 | 127 | 102 |
| Binary | 11110100 | 1011011 | 11110001 | 0 | 111111 | 1 | 100 | 100101101 | 1010111 | 1000010 |
Color Harmonies of #F45BF1
Complementary color
Monochromatic Colors of #F45BF1
Black with #F45BF1
Text Example
Text Example
White with #F45BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BF1; }
p { color: rgb(244,91,241); }
H1.HeaderClassName
{
color: #F45BF1;
}
.AnyTagClassName
{
color: #F45BF1;
}
</style>
background-color css
<style>
a { background-color: #F45BF1; }
a { background-color: rgb(244,91,241); }
div.DivClassName
{
background-color: #F45BF1;
}
.BgClassName
{
background-color: #F45BF1;
}
</style>
border-color css
<style>
span { border-color: #F45BF1; }
span { border-color: rgb(244,91,241); }
td.TdClassName
{
border-color: #F45BF1;
}
.TagClassName
{
border-color: #F45BF1;
}
</style>