Shades of Pink Flamingo #F151FC
Tints of Pink Flamingo #F151FC
RGB
CMYK
RGB Variations
Color information
#F151FC (or 0xF151FC) is known color: Pink Flamingo. HEX triplet: F1, 51 and FC. RGB value is (241,81,252). Sum of RGB (Red+Green+Blue) = 241+81+252=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #F151FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151FC is #0EAE03. Grayscale: #939393. Windows color (decimal): -962052 or 16536049. OLE color: 16536049.
HSL color Cylindrical-coordinate representation of color #F151FC: hue angle of 296.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F151FC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 81 | 252 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.01 |
| HSL | 296.14º | 0.97% | 0.65% | - |
| HSV(B) | 296.14º | 0.68% | 0.99% | - |
| XYZ | 56.79 | 31.61 | 95.2 | - |
| YUV | 148.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 252 | 0.04 | 0.68 | 0 | 0.01 | 296.14 | 0.97 | 0.65 |
| Hex | F1 | 51 | FC | 4 | 44 | 0 | 1 | 128 | 61 | 41 |
| Octal | 361 | 121 | 374 | 4 | 104 | 0 | 1 | 450 | 141 | 101 |
| Binary | 11110001 | 1010001 | 11111100 | 100 | 1000100 | 0 | 1 | 100101000 | 1100001 | 1000001 |
Color Harmonies of #F151FC
Complementary color
Monochromatic Colors of #F151FC
Black with #F151FC
Text Example
Text Example
White with #F151FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151FC; }
p { color: rgb(241,81,252); }
H1.HeaderClassName
{
color: #F151FC;
}
.AnyTagClassName
{
color: #F151FC;
}
</style>
background-color css
<style>
a { background-color: #F151FC; }
a { background-color: rgb(241,81,252); }
div.DivClassName
{
background-color: #F151FC;
}
.BgClassName
{
background-color: #F151FC;
}
</style>
border-color css
<style>
span { border-color: #F151FC; }
span { border-color: rgb(241,81,252); }
td.TdClassName
{
border-color: #F151FC;
}
.TagClassName
{
border-color: #F151FC;
}
</style>