Shades of Pink Flamingo #FF47FF
Tints of Pink Flamingo #FF47FF
RGB
CMYK
RGB Variations
Color information
#FF47FF (or 0xFF47FF) is known color: Pink Flamingo. HEX triplet: FF, 47 and FF. RGB value is (255,71,255). Sum of RGB (Red+Green+Blue) = 255+71+255=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 71 (28.12% from 255 or 12.22% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47FF is #00B800. Grayscale: #929292. Windows color (decimal): -47105 or 16730111. OLE color: 16730111.
HSL color Cylindrical-coordinate representation of color #FF47FF: hue angle of 300º 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 #FF47FF is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 255 | - |
| CMYK | 0 | 0.72 | 0 | 0 |
| HSL | 300º | 1% | 0.64% | - |
| HSV(B) | 300º | 0.72% | 1% | - |
| XYZ | 61.54 | 32.99 | 97.73 | - |
| YUV | 146.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 255 | 0 | 0.72 | 0 | 0 | 300 | 1 | 0.64 |
| Hex | FF | 47 | FF | 0 | 48 | 0 | 0 | 12C | 64 | 40 |
| Octal | 377 | 107 | 377 | 0 | 110 | 0 | 0 | 454 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11111111 | 0 | 1001000 | 0 | 0 | 100101100 | 1100100 | 1000000 |
Color Harmonies of #FF47FF
Complementary color
Monochromatic Colors of #FF47FF
Black with #FF47FF
Text Example
Text Example
White with #FF47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47FF; }
p { color: rgb(255,71,255); }
H1.HeaderClassName
{
color: #FF47FF;
}
.AnyTagClassName
{
color: #FF47FF;
}
</style>
background-color css
<style>
a { background-color: #FF47FF; }
a { background-color: rgb(255,71,255); }
div.DivClassName
{
background-color: #FF47FF;
}
.BgClassName
{
background-color: #FF47FF;
}
</style>
border-color css
<style>
span { border-color: #FF47FF; }
span { border-color: rgb(255,71,255); }
td.TdClassName
{
border-color: #FF47FF;
}
.TagClassName
{
border-color: #FF47FF;
}
</style>