Shades of Pink Flamingo #FF5BFE
Tints of Pink Flamingo #FF5BFE
RGB
CMYK
RGB Variations
Color information
#FF5BFE (or 0xFF5BFE) is known color: Pink Flamingo. HEX triplet: FF, 5B and FE. RGB value is (255,91,254). Sum of RGB (Red+Green+Blue) = 255+91+254=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 91 (35.94% from 255 or 15.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BFE is #00A401. Grayscale: #9E9E9E. Windows color (decimal): -41986 or 16669695. OLE color: 16669695.
HSL color Cylindrical-coordinate representation of color #FF5BFE: hue angle of 300.37º 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 #FF5BFE is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 254 | - |
| CMYK | 0 | 0.64 | 0.00 | 0 |
| HSL | 300.37º | 1% | 0.68% | - |
| HSV(B) | 300.37º | 0.64% | 1% | - |
| XYZ | 62.87 | 35.9 | 97.38 | - |
| YUV | 158.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 254 | 0 | 0.64 | 0.00 | 0 | 300.37 | 1 | 0.68 |
| Hex | FF | 5B | FE | 0 | 40 | 0 | 0 | 12C | 64 | 44 |
| Octal | 377 | 133 | 376 | 0 | 100 | 0 | 0 | 454 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11111110 | 0 | 1000000 | 0 | 0 | 100101100 | 1100100 | 1000100 |
Color Harmonies of #FF5BFE
Complementary color
Monochromatic Colors of #FF5BFE
Black with #FF5BFE
Text Example
Text Example
White with #FF5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BFE; }
p { color: rgb(255,91,254); }
H1.HeaderClassName
{
color: #FF5BFE;
}
.AnyTagClassName
{
color: #FF5BFE;
}
</style>
background-color css
<style>
a { background-color: #FF5BFE; }
a { background-color: rgb(255,91,254); }
div.DivClassName
{
background-color: #FF5BFE;
}
.BgClassName
{
background-color: #FF5BFE;
}
</style>
border-color css
<style>
span { border-color: #FF5BFE; }
span { border-color: rgb(255,91,254); }
td.TdClassName
{
border-color: #FF5BFE;
}
.TagClassName
{
border-color: #FF5BFE;
}
</style>