Shades of Pink Flamingo #F154F3
Tints of Pink Flamingo #F154F3
RGB
CMYK
RGB Variations
Color information
#F154F3 (or 0xF154F3) is known color: Pink Flamingo. HEX triplet: F1, 54 and F3. RGB value is (241,84,243). Sum of RGB (Red+Green+Blue) = 241+84+243=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #F154F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154F3 is #0EAB0C. Grayscale: #949494. Windows color (decimal): -961293 or 15946993. OLE color: 15946993.
HSL color Cylindrical-coordinate representation of color #F154F3: hue angle of 299.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154F3 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 243 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.05 |
| HSL | 299.25º | 0.87% | 0.64% | - |
| HSV(B) | 299.25º | 0.65% | 0.95% | - |
| XYZ | 55.62 | 31.51 | 87.94 | - |
| YUV | 149.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 243 | 0.01 | 0.65 | 0 | 0.05 | 299.25 | 0.87 | 0.64 |
| Hex | F1 | 54 | F3 | 1 | 41 | 0 | 5 | 12B | 57 | 40 |
| Octal | 361 | 124 | 363 | 1 | 101 | 0 | 5 | 453 | 127 | 100 |
| Binary | 11110001 | 1010100 | 11110011 | 1 | 1000001 | 0 | 101 | 100101011 | 1010111 | 1000000 |
Color Harmonies of #F154F3
Complementary color
Monochromatic Colors of #F154F3
Black with #F154F3
Text Example
Text Example
White with #F154F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154F3; }
p { color: rgb(241,84,243); }
H1.HeaderClassName
{
color: #F154F3;
}
.AnyTagClassName
{
color: #F154F3;
}
</style>
background-color css
<style>
a { background-color: #F154F3; }
a { background-color: rgb(241,84,243); }
div.DivClassName
{
background-color: #F154F3;
}
.BgClassName
{
background-color: #F154F3;
}
</style>
border-color css
<style>
span { border-color: #F154F3; }
span { border-color: rgb(241,84,243); }
td.TdClassName
{
border-color: #F154F3;
}
.TagClassName
{
border-color: #F154F3;
}
</style>