Shades of Pink Flamingo #FF5BFD
Tints of Pink Flamingo #FF5BFD
RGB
CMYK
RGB Variations
Color information
#FF5BFD (or 0xFF5BFD) is known color: Pink Flamingo. HEX triplet: FF, 5B and FD. RGB value is (255,91,253). Sum of RGB (Red+Green+Blue) = 255+91+253=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 91 (35.94% from 255 or 15.19% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BFD is #00A402. Grayscale: #9E9E9E. Windows color (decimal): -41987 or 16604159. OLE color: 16604159.
HSL color Cylindrical-coordinate representation of color #FF5BFD: hue angle of 300.73º 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 #FF5BFD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 253 | - |
| CMYK | 0 | 0.64 | 0.01 | 0 |
| HSL | 300.73º | 1% | 0.68% | - |
| HSV(B) | 300.73º | 0.64% | 1% | - |
| XYZ | 62.71 | 35.83 | 96.54 | - |
| YUV | 158.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 253 | 0 | 0.64 | 0.01 | 0 | 300.73 | 1 | 0.68 |
| Hex | FF | 5B | FD | 0 | 40 | 1 | 0 | 12D | 64 | 44 |
| Octal | 377 | 133 | 375 | 0 | 100 | 1 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11111101 | 0 | 1000000 | 1 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5BFD
Complementary color
Monochromatic Colors of #FF5BFD
Black with #FF5BFD
Text Example
Text Example
White with #FF5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BFD; }
p { color: rgb(255,91,253); }
H1.HeaderClassName
{
color: #FF5BFD;
}
.AnyTagClassName
{
color: #FF5BFD;
}
</style>
background-color css
<style>
a { background-color: #FF5BFD; }
a { background-color: rgb(255,91,253); }
div.DivClassName
{
background-color: #FF5BFD;
}
.BgClassName
{
background-color: #FF5BFD;
}
</style>
border-color css
<style>
span { border-color: #FF5BFD; }
span { border-color: rgb(255,91,253); }
td.TdClassName
{
border-color: #FF5BFD;
}
.TagClassName
{
border-color: #FF5BFD;
}
</style>