Shades of Pink Flamingo #F154FF
Tints of Pink Flamingo #F154FF
RGB
CMYK
RGB Variations
Color information
#F154FF (or 0xF154FF) is known color: Pink Flamingo. HEX triplet: F1, 54 and FF. RGB value is (241,84,255). Sum of RGB (Red+Green+Blue) = 241+84+255=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 84 (33.20% from 255 or 14.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F154FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154FF is #0EAB00. Grayscale: #959595. Windows color (decimal): -961281 or 16733425. OLE color: 16733425.
HSL color Cylindrical-coordinate representation of color #F154FF: hue angle of 295.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F154FF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 84 | 255 | - |
| CMYK | 0.05 | 0.67 | 0 | 0 |
| HSL | 295.09º | 1% | 0.66% | - |
| HSV(B) | 295.09º | 0.67% | 1% | - |
| XYZ | 57.5 | 32.26 | 97.8 | - |
| YUV | 150.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 255 | 0.05 | 0.67 | 0 | 0 | 295.09 | 1 | 0.66 |
| Hex | F1 | 54 | FF | 5 | 43 | 0 | 0 | 127 | 64 | 42 |
| Octal | 361 | 124 | 377 | 5 | 103 | 0 | 0 | 447 | 144 | 102 |
| Binary | 11110001 | 1010100 | 11111111 | 101 | 1000011 | 0 | 0 | 100100111 | 1100100 | 1000010 |
Color Harmonies of #F154FF
Complementary color
Monochromatic Colors of #F154FF
Black with #F154FF
Text Example
Text Example
White with #F154FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154FF; }
p { color: rgb(241,84,255); }
H1.HeaderClassName
{
color: #F154FF;
}
.AnyTagClassName
{
color: #F154FF;
}
</style>
background-color css
<style>
a { background-color: #F154FF; }
a { background-color: rgb(241,84,255); }
div.DivClassName
{
background-color: #F154FF;
}
.BgClassName
{
background-color: #F154FF;
}
</style>
border-color css
<style>
span { border-color: #F154FF; }
span { border-color: rgb(241,84,255); }
td.TdClassName
{
border-color: #F154FF;
}
.TagClassName
{
border-color: #F154FF;
}
</style>