Shades of Pink Flamingo #F151FE
Tints of Pink Flamingo #F151FE
RGB
CMYK
RGB Variations
Color information
#F151FE (or 0xF151FE) is known color: Pink Flamingo. HEX triplet: F1, 51 and FE. RGB value is (241,81,254). Sum of RGB (Red+Green+Blue) = 241+81+254=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 81 (32.03% from 255 or 14.06% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F151FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151FE is #0EAE01. Grayscale: #949494. Windows color (decimal): -962050 or 16667121. OLE color: 16667121.
HSL color Cylindrical-coordinate representation of color #F151FE: hue angle of 295.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F151FE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 81 | 254 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.00 |
| HSL | 295.49º | 0.99% | 0.66% | - |
| HSV(B) | 295.49º | 0.68% | 1% | - |
| XYZ | 57.11 | 31.74 | 96.88 | - |
| YUV | 148.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 254 | 0.05 | 0.68 | 0 | 0.00 | 295.49 | 0.99 | 0.66 |
| Hex | F1 | 51 | FE | 5 | 44 | 0 | 0 | 127 | 63 | 42 |
| Octal | 361 | 121 | 376 | 5 | 104 | 0 | 0 | 447 | 143 | 102 |
| Binary | 11110001 | 1010001 | 11111110 | 101 | 1000100 | 0 | 0 | 100100111 | 1100011 | 1000010 |
Color Harmonies of #F151FE
Complementary color
Monochromatic Colors of #F151FE
Black with #F151FE
Text Example
Text Example
White with #F151FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151FE; }
p { color: rgb(241,81,254); }
H1.HeaderClassName
{
color: #F151FE;
}
.AnyTagClassName
{
color: #F151FE;
}
</style>
background-color css
<style>
a { background-color: #F151FE; }
a { background-color: rgb(241,81,254); }
div.DivClassName
{
background-color: #F151FE;
}
.BgClassName
{
background-color: #F151FE;
}
</style>
border-color css
<style>
span { border-color: #F151FE; }
span { border-color: rgb(241,81,254); }
td.TdClassName
{
border-color: #F151FE;
}
.TagClassName
{
border-color: #F151FE;
}
</style>