Shades of Pink Flamingo #F154F5
Tints of Pink Flamingo #F154F5
RGB
CMYK
RGB Variations
Color information
#F154F5 (or 0xF154F5) is known color: Pink Flamingo. HEX triplet: F1, 54 and F5. RGB value is (241,84,245). Sum of RGB (Red+Green+Blue) = 241+84+245=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #F154F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154F5 is #0EAB0A. Grayscale: #949494. Windows color (decimal): -961291 or 16078065. OLE color: 16078065.
HSL color Cylindrical-coordinate representation of color #F154F5: hue angle of 298.51º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F154F5 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 84 | 245 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.04 |
| HSL | 298.51º | 0.89% | 0.65% | - |
| HSV(B) | 298.51º | 0.66% | 0.96% | - |
| XYZ | 55.93 | 31.63 | 89.54 | - |
| YUV | 149.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 245 | 0.02 | 0.66 | 0 | 0.04 | 298.51 | 0.89 | 0.65 |
| Hex | F1 | 54 | F5 | 2 | 42 | 0 | 4 | 12B | 59 | 41 |
| Octal | 361 | 124 | 365 | 2 | 102 | 0 | 4 | 453 | 131 | 101 |
| Binary | 11110001 | 1010100 | 11110101 | 10 | 1000010 | 0 | 100 | 100101011 | 1011001 | 1000001 |
Color Harmonies of #F154F5
Complementary color
Monochromatic Colors of #F154F5
Black with #F154F5
Text Example
Text Example
White with #F154F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154F5; }
p { color: rgb(241,84,245); }
H1.HeaderClassName
{
color: #F154F5;
}
.AnyTagClassName
{
color: #F154F5;
}
</style>
background-color css
<style>
a { background-color: #F154F5; }
a { background-color: rgb(241,84,245); }
div.DivClassName
{
background-color: #F154F5;
}
.BgClassName
{
background-color: #F154F5;
}
</style>
border-color css
<style>
span { border-color: #F154F5; }
span { border-color: rgb(241,84,245); }
td.TdClassName
{
border-color: #F154F5;
}
.TagClassName
{
border-color: #F154F5;
}
</style>