Shades of Pink Flamingo #FF5BFC
Tints of Pink Flamingo #FF5BFC
RGB
CMYK
RGB Variations
Color information
#FF5BFC (or 0xFF5BFC) is known color: Pink Flamingo. HEX triplet: FF, 5B and FC. RGB value is (255,91,252). Sum of RGB (Red+Green+Blue) = 255+91+252=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 91 (35.94% from 255 or 15.22% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BFC is #00A403. Grayscale: #9D9D9D. Windows color (decimal): -41988 or 16538623. OLE color: 16538623.
HSL color Cylindrical-coordinate representation of color #FF5BFC: hue angle of 301.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BFC is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 252 | - |
| CMYK | 0 | 0.64 | 0.01 | 0 |
| HSL | 301.1º | 1% | 0.68% | - |
| HSV(B) | 301.1º | 0.64% | 1% | - |
| XYZ | 62.55 | 35.77 | 95.7 | - |
| YUV | 158.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 252 | 0 | 0.64 | 0.01 | 0 | 301.1 | 1 | 0.68 |
| Hex | FF | 5B | FC | 0 | 40 | 1 | 0 | 12D | 64 | 44 |
| Octal | 377 | 133 | 374 | 0 | 100 | 1 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11111100 | 0 | 1000000 | 1 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5BFC
Complementary color
Monochromatic Colors of #FF5BFC
Black with #FF5BFC
Text Example
Text Example
White with #FF5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BFC; }
p { color: rgb(255,91,252); }
H1.HeaderClassName
{
color: #FF5BFC;
}
.AnyTagClassName
{
color: #FF5BFC;
}
</style>
background-color css
<style>
a { background-color: #FF5BFC; }
a { background-color: rgb(255,91,252); }
div.DivClassName
{
background-color: #FF5BFC;
}
.BgClassName
{
background-color: #FF5BFC;
}
</style>
border-color css
<style>
span { border-color: #FF5BFC; }
span { border-color: rgb(255,91,252); }
td.TdClassName
{
border-color: #FF5BFC;
}
.TagClassName
{
border-color: #FF5BFC;
}
</style>