Shades of Pink Flamingo #FB54FF
Tints of Pink Flamingo #FB54FF
RGB
CMYK
RGB Variations
Color information
#FB54FF (or 0xFB54FF) is known color: Pink Flamingo. HEX triplet: FB, 54 and FF. RGB value is (251,84,255). Sum of RGB (Red+Green+Blue) = 251+84+255=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 84 (33.20% from 255 or 14.24% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB54FF is #04AB00. Grayscale: #989898. Windows color (decimal): -305921 or 16733435. OLE color: 16733435.
HSL color Cylindrical-coordinate representation of color #FB54FF: hue angle of 298.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54FF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 84 | 255 | - |
| CMYK | 0.02 | 0.67 | 0 | 0 |
| HSL | 298.6º | 1% | 0.66% | - |
| HSV(B) | 298.6º | 0.67% | 1% | - |
| XYZ | 61 | 34.07 | 97.97 | - |
| YUV | 153.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 255 | 0.02 | 0.67 | 0 | 0 | 298.6 | 1 | 0.66 |
| Hex | FB | 54 | FF | 2 | 43 | 0 | 0 | 12B | 64 | 42 |
| Octal | 373 | 124 | 377 | 2 | 103 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111011 | 1010100 | 11111111 | 10 | 1000011 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FB54FF
Complementary color
Monochromatic Colors of #FB54FF
Black with #FB54FF
Text Example
Text Example
White with #FB54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54FF; }
p { color: rgb(251,84,255); }
H1.HeaderClassName
{
color: #FB54FF;
}
.AnyTagClassName
{
color: #FB54FF;
}
</style>
background-color css
<style>
a { background-color: #FB54FF; }
a { background-color: rgb(251,84,255); }
div.DivClassName
{
background-color: #FB54FF;
}
.BgClassName
{
background-color: #FB54FF;
}
</style>
border-color css
<style>
span { border-color: #FB54FF; }
span { border-color: rgb(251,84,255); }
td.TdClassName
{
border-color: #FB54FF;
}
.TagClassName
{
border-color: #FB54FF;
}
</style>