Shades of Pink Flamingo #F151FF
Tints of Pink Flamingo #F151FF
RGB
CMYK
RGB Variations
Color information
#F151FF (or 0xF151FF) is known color: Pink Flamingo. HEX triplet: F1, 51 and FF. RGB value is (241,81,255). Sum of RGB (Red+Green+Blue) = 241+81+255=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F151FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151FF is #0EAE00. Grayscale: #949494. Windows color (decimal): -962049 or 16732657. OLE color: 16732657.
HSL color Cylindrical-coordinate representation of color #F151FF: hue angle of 295.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F151FF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 81 | 255 | - |
| CMYK | 0.05 | 0.68 | 0 | 0 |
| HSL | 295.17º | 1% | 0.66% | - |
| HSV(B) | 295.17º | 0.68% | 1% | - |
| XYZ | 57.27 | 31.81 | 97.73 | - |
| YUV | 148.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 255 | 0.05 | 0.68 | 0 | 0 | 295.17 | 1 | 0.66 |
| Hex | F1 | 51 | FF | 5 | 44 | 0 | 0 | 127 | 64 | 42 |
| Octal | 361 | 121 | 377 | 5 | 104 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110001 | 1010001 | 11111111 | 101 | 1000100 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F151FF
Complementary color
Monochromatic Colors of #F151FF
Black with #F151FF
Text Example
Text Example
White with #F151FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151FF; }
p { color: rgb(241,81,255); }
H1.HeaderClassName
{
color: #F151FF;
}
.AnyTagClassName
{
color: #F151FF;
}
</style>
background-color css
<style>
a { background-color: #F151FF; }
a { background-color: rgb(241,81,255); }
div.DivClassName
{
background-color: #F151FF;
}
.BgClassName
{
background-color: #F151FF;
}
</style>
border-color css
<style>
span { border-color: #F151FF; }
span { border-color: rgb(241,81,255); }
td.TdClassName
{
border-color: #F151FF;
}
.TagClassName
{
border-color: #F151FF;
}
</style>