Shades of Pink Flamingo #FF47F6
Tints of Pink Flamingo #FF47F6
RGB
CMYK
RGB Variations
Color information
#FF47F6 (or 0xFF47F6) is known color: Pink Flamingo. HEX triplet: FF, 47 and F6. RGB value is (255,71,246). Sum of RGB (Red+Green+Blue) = 255+71+246=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 71 (28.12% from 255 or 12.41% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47F6 is #00B809. Grayscale: #919191. Windows color (decimal): -47114 or 16140287. OLE color: 16140287.
HSL color Cylindrical-coordinate representation of color #FF47F6: hue angle of 302.93º 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 #FF47F6 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 246 | - |
| CMYK | 0 | 0.72 | 0.04 | 0 |
| HSL | 302.93º | 1% | 0.64% | - |
| HSV(B) | 302.93º | 0.72% | 1% | - |
| XYZ | 60.13 | 32.42 | 90.28 | - |
| YUV | 145.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 246 | 0 | 0.72 | 0.04 | 0 | 302.93 | 1 | 0.64 |
| Hex | FF | 47 | F6 | 0 | 48 | 4 | 0 | 12F | 64 | 40 |
| Octal | 377 | 107 | 366 | 0 | 110 | 4 | 0 | 457 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11110110 | 0 | 1001000 | 100 | 0 | 100101111 | 1100100 | 1000000 |
Color Harmonies of #FF47F6
Complementary color
Monochromatic Colors of #FF47F6
Black with #FF47F6
Text Example
Text Example
White with #FF47F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47F6; }
p { color: rgb(255,71,246); }
H1.HeaderClassName
{
color: #FF47F6;
}
.AnyTagClassName
{
color: #FF47F6;
}
</style>
background-color css
<style>
a { background-color: #FF47F6; }
a { background-color: rgb(255,71,246); }
div.DivClassName
{
background-color: #FF47F6;
}
.BgClassName
{
background-color: #FF47F6;
}
</style>
border-color css
<style>
span { border-color: #FF47F6; }
span { border-color: rgb(255,71,246); }
td.TdClassName
{
border-color: #FF47F6;
}
.TagClassName
{
border-color: #FF47F6;
}
</style>