Shades of Pink Flamingo #F147FF
Tints of Pink Flamingo #F147FF
RGB
CMYK
RGB Variations
Color information
#F147FF (or 0xF147FF) is known color: Pink Flamingo. HEX triplet: F1, 47 and FF. RGB value is (241,71,255). Sum of RGB (Red+Green+Blue) = 241+71+255=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 71 (28.12% from 255 or 12.52% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F147FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F147FF is #0EB800. Grayscale: #8E8E8E. Windows color (decimal): -964609 or 16730097. OLE color: 16730097.
HSL color Cylindrical-coordinate representation of color #F147FF: hue angle of 295.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F147FF is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 71 | 255 | - |
| CMYK | 0.05 | 0.72 | 0 | 0 |
| HSL | 295.43º | 1% | 0.64% | - |
| HSV(B) | 295.43º | 0.72% | 1% | - |
| XYZ | 56.58 | 30.43 | 97.5 | - |
| YUV | 142.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 255 | 0.05 | 0.72 | 0 | 0 | 295.43 | 1 | 0.64 |
| Hex | F1 | 47 | FF | 5 | 48 | 0 | 0 | 127 | 64 | 40 |
| Octal | 361 | 107 | 377 | 5 | 110 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11110001 | 1000111 | 11111111 | 101 | 1001000 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #F147FF
Complementary color
Monochromatic Colors of #F147FF
Black with #F147FF
Text Example
Text Example
White with #F147FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F147FF; }
p { color: rgb(241,71,255); }
H1.HeaderClassName
{
color: #F147FF;
}
.AnyTagClassName
{
color: #F147FF;
}
</style>
background-color css
<style>
a { background-color: #F147FF; }
a { background-color: rgb(241,71,255); }
div.DivClassName
{
background-color: #F147FF;
}
.BgClassName
{
background-color: #F147FF;
}
</style>
border-color css
<style>
span { border-color: #F147FF; }
span { border-color: rgb(241,71,255); }
td.TdClassName
{
border-color: #F147FF;
}
.TagClassName
{
border-color: #F147FF;
}
</style>