Shades of Pink Flamingo #F45AF2
Tints of Pink Flamingo #F45AF2
RGB
CMYK
RGB Variations
Color information
#F45AF2 (or 0xF45AF2) is known color: Pink Flamingo. HEX triplet: F4, 5A and F2. RGB value is (244,90,242). Sum of RGB (Red+Green+Blue) = 244+90+242=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AF2 is #0BA50D. Grayscale: #989898. Windows color (decimal): -763150 or 15882996. OLE color: 15882996.
HSL color Cylindrical-coordinate representation of color #F45AF2: hue angle of 300.78º 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 #F45AF2 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 242 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.04 |
| HSL | 300.78º | 0.88% | 0.65% | - |
| HSV(B) | 300.78º | 0.63% | 0.96% | - |
| XYZ | 56.99 | 32.96 | 87.36 | - |
| YUV | 153.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 242 | 0 | 0.63 | 0.01 | 0.04 | 300.78 | 0.88 | 0.65 |
| Hex | F4 | 5A | F2 | 0 | 3F | 1 | 4 | 12D | 58 | 41 |
| Octal | 364 | 132 | 362 | 0 | 77 | 1 | 4 | 455 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11110010 | 0 | 111111 | 1 | 100 | 100101101 | 1011000 | 1000001 |
Color Harmonies of #F45AF2
Complementary color
Monochromatic Colors of #F45AF2
Black with #F45AF2
Text Example
Text Example
White with #F45AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45AF2; }
p { color: rgb(244,90,242); }
H1.HeaderClassName
{
color: #F45AF2;
}
.AnyTagClassName
{
color: #F45AF2;
}
</style>
background-color css
<style>
a { background-color: #F45AF2; }
a { background-color: rgb(244,90,242); }
div.DivClassName
{
background-color: #F45AF2;
}
.BgClassName
{
background-color: #F45AF2;
}
</style>
border-color css
<style>
span { border-color: #F45AF2; }
span { border-color: rgb(244,90,242); }
td.TdClassName
{
border-color: #F45AF2;
}
.TagClassName
{
border-color: #F45AF2;
}
</style>