Shades of Pink Flamingo #F45AF1
Tints of Pink Flamingo #F45AF1
RGB
CMYK
RGB Variations
Color information
#F45AF1 (or 0xF45AF1) is known color: Pink Flamingo. HEX triplet: F4, 5A and F1. RGB value is (244,90,241). Sum of RGB (Red+Green+Blue) = 244+90+241=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AF1 is #0BA50E. Grayscale: #989898. Windows color (decimal): -763151 or 15817460. OLE color: 15817460.
HSL color Cylindrical-coordinate representation of color #F45AF1: hue angle of 301.17º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45AF1 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 241 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.04 |
| HSL | 301.17º | 0.88% | 0.65% | - |
| HSV(B) | 301.17º | 0.63% | 0.96% | - |
| XYZ | 56.84 | 32.9 | 86.57 | - |
| YUV | 153.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 241 | 0 | 0.63 | 0.01 | 0.04 | 301.17 | 0.88 | 0.65 |
| Hex | F4 | 5A | F1 | 0 | 3F | 1 | 4 | 12D | 58 | 41 |
| Octal | 364 | 132 | 361 | 0 | 77 | 1 | 4 | 455 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11110001 | 0 | 111111 | 1 | 100 | 100101101 | 1011000 | 1000001 |
Color Harmonies of #F45AF1
Complementary color
Monochromatic Colors of #F45AF1
Black with #F45AF1
Text Example
Text Example
White with #F45AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AF1; }
p { color: rgb(244,90,241); }
H1.HeaderClassName
{
color: #F45AF1;
}
.AnyTagClassName
{
color: #F45AF1;
}
</style>
background-color css
<style>
a { background-color: #F45AF1; }
a { background-color: rgb(244,90,241); }
div.DivClassName
{
background-color: #F45AF1;
}
.BgClassName
{
background-color: #F45AF1;
}
</style>
border-color css
<style>
span { border-color: #F45AF1; }
span { border-color: rgb(244,90,241); }
td.TdClassName
{
border-color: #F45AF1;
}
.TagClassName
{
border-color: #F45AF1;
}
</style>