Shades of Pink Flamingo #F154FE
Tints of Pink Flamingo #F154FE
RGB
CMYK
RGB Variations
Color information
#F154FE (or 0xF154FE) is known color: Pink Flamingo. HEX triplet: F1, 54 and FE. RGB value is (241,84,254). Sum of RGB (Red+Green+Blue) = 241+84+254=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 84 (33.20% from 255 or 14.51% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F154FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154FE is #0EAB01. Grayscale: #959595. Windows color (decimal): -961282 or 16667889. OLE color: 16667889.
HSL color Cylindrical-coordinate representation of color #F154FE: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F154FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 84 | 254 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.00 |
| HSL | 295.41º | 0.99% | 0.66% | - |
| HSV(B) | 295.41º | 0.67% | 1% | - |
| XYZ | 57.34 | 32.2 | 96.96 | - |
| YUV | 150.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 254 | 0.05 | 0.67 | 0 | 0.00 | 295.41 | 0.99 | 0.66 |
| Hex | F1 | 54 | FE | 5 | 43 | 0 | 0 | 127 | 63 | 42 |
| Octal | 361 | 124 | 376 | 5 | 103 | 0 | 0 | 447 | 143 | 102 |
| Binary | 11110001 | 1010100 | 11111110 | 101 | 1000011 | 0 | 0 | 100100111 | 1100011 | 1000010 |
Color Harmonies of #F154FE
Complementary color
Monochromatic Colors of #F154FE
Black with #F154FE
Text Example
Text Example
White with #F154FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154FE; }
p { color: rgb(241,84,254); }
H1.HeaderClassName
{
color: #F154FE;
}
.AnyTagClassName
{
color: #F154FE;
}
</style>
background-color css
<style>
a { background-color: #F154FE; }
a { background-color: rgb(241,84,254); }
div.DivClassName
{
background-color: #F154FE;
}
.BgClassName
{
background-color: #F154FE;
}
</style>
border-color css
<style>
span { border-color: #F154FE; }
span { border-color: rgb(241,84,254); }
td.TdClassName
{
border-color: #F154FE;
}
.TagClassName
{
border-color: #F154FE;
}
</style>