Shades of Pink Flamingo #FF47FB
Tints of Pink Flamingo #FF47FB
RGB
CMYK
RGB Variations
Color information
#FF47FB (or 0xFF47FB) is known color: Pink Flamingo. HEX triplet: FF, 47 and FB. RGB value is (255,71,251). Sum of RGB (Red+Green+Blue) = 255+71+251=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 71 (28.12% from 255 or 12.31% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47FB is #00B804. Grayscale: #929292. Windows color (decimal): -47109 or 16467967. OLE color: 16467967.
HSL color Cylindrical-coordinate representation of color #FF47FB: hue angle of 301.3º 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 #FF47FB is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 251 | - |
| CMYK | 0 | 0.72 | 0.02 | 0 |
| HSL | 301.3º | 1% | 0.64% | - |
| HSV(B) | 301.3º | 0.72% | 1% | - |
| XYZ | 60.91 | 32.73 | 94.37 | - |
| YUV | 146.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 251 | 0 | 0.72 | 0.02 | 0 | 301.3 | 1 | 0.64 |
| Hex | FF | 47 | FB | 0 | 48 | 2 | 0 | 12D | 64 | 40 |
| Octal | 377 | 107 | 373 | 0 | 110 | 2 | 0 | 455 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11111011 | 0 | 1001000 | 10 | 0 | 100101101 | 1100100 | 1000000 |
Color Harmonies of #FF47FB
Complementary color
Monochromatic Colors of #FF47FB
Black with #FF47FB
Text Example
Text Example
White with #FF47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47FB; }
p { color: rgb(255,71,251); }
H1.HeaderClassName
{
color: #FF47FB;
}
.AnyTagClassName
{
color: #FF47FB;
}
</style>
background-color css
<style>
a { background-color: #FF47FB; }
a { background-color: rgb(255,71,251); }
div.DivClassName
{
background-color: #FF47FB;
}
.BgClassName
{
background-color: #FF47FB;
}
</style>
border-color css
<style>
span { border-color: #FF47FB; }
span { border-color: rgb(255,71,251); }
td.TdClassName
{
border-color: #FF47FB;
}
.TagClassName
{
border-color: #FF47FB;
}
</style>