Shades of Pink Flamingo #FB47FE
Tints of Pink Flamingo #FB47FE
RGB
CMYK
RGB Variations
Color information
#FB47FE (or 0xFB47FE) is known color: Pink Flamingo. HEX triplet: FB, 47 and FE. RGB value is (251,71,254). Sum of RGB (Red+Green+Blue) = 251+71+254=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 71 (28.12% from 255 or 12.33% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47FE is #04B801. Grayscale: #919191. Windows color (decimal): -309250 or 16664571. OLE color: 16664571.
HSL color Cylindrical-coordinate representation of color #FB47FE: hue angle of 299.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47FE is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 71 | 254 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.00 |
| HSL | 299.02º | 0.99% | 0.64% | - |
| HSV(B) | 299.02º | 0.72% | 1% | - |
| XYZ | 59.93 | 32.17 | 96.82 | - |
| YUV | 145.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 254 | 0.01 | 0.72 | 0 | 0.00 | 299.02 | 0.99 | 0.64 |
| Hex | FB | 47 | FE | 1 | 48 | 0 | 0 | 12B | 63 | 40 |
| Octal | 373 | 107 | 376 | 1 | 110 | 0 | 0 | 453 | 143 | 100 |
| Binary | 11111011 | 1000111 | 11111110 | 1 | 1001000 | 0 | 0 | 100101011 | 1100011 | 1000000 |
Color Harmonies of #FB47FE
Complementary color
Monochromatic Colors of #FB47FE
Black with #FB47FE
Text Example
Text Example
White with #FB47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47FE; }
p { color: rgb(251,71,254); }
H1.HeaderClassName
{
color: #FB47FE;
}
.AnyTagClassName
{
color: #FB47FE;
}
</style>
background-color css
<style>
a { background-color: #FB47FE; }
a { background-color: rgb(251,71,254); }
div.DivClassName
{
background-color: #FB47FE;
}
.BgClassName
{
background-color: #FB47FE;
}
</style>
border-color css
<style>
span { border-color: #FB47FE; }
span { border-color: rgb(251,71,254); }
td.TdClassName
{
border-color: #FB47FE;
}
.TagClassName
{
border-color: #FB47FE;
}
</style>