Shades of Pink Flamingo #FF5DFE
Tints of Pink Flamingo #FF5DFE
RGB
CMYK
RGB Variations
Color information
#FF5DFE (or 0xFF5DFE) is known color: Pink Flamingo. HEX triplet: FF, 5D and FE. RGB value is (255,93,254). Sum of RGB (Red+Green+Blue) = 255+93+254=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 93 (36.72% from 255 or 15.45% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DFE is #00A201. Grayscale: #9F9F9F. Windows color (decimal): -41474 or 16670207. OLE color: 16670207.
HSL color Cylindrical-coordinate representation of color #FF5DFE: 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 #FF5DFE is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 254 | - |
| CMYK | 0 | 0.64 | 0.00 | 0 |
| HSL | 300.37º | 1% | 0.68% | - |
| HSV(B) | 300.37º | 0.64% | 1% | - |
| XYZ | 63.04 | 36.24 | 97.44 | - |
| YUV | 159.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 254 | 0 | 0.64 | 0.00 | 0 | 300.37 | 1 | 0.68 |
| Hex | FF | 5D | FE | 0 | 40 | 0 | 0 | 12C | 64 | 44 |
| Octal | 377 | 135 | 376 | 0 | 100 | 0 | 0 | 454 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11111110 | 0 | 1000000 | 0 | 0 | 100101100 | 1100100 | 1000100 |
Color Harmonies of #FF5DFE
Complementary color
Monochromatic Colors of #FF5DFE
Black with #FF5DFE
Text Example
Text Example
White with #FF5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DFE; }
p { color: rgb(255,93,254); }
H1.HeaderClassName
{
color: #FF5DFE;
}
.AnyTagClassName
{
color: #FF5DFE;
}
</style>
background-color css
<style>
a { background-color: #FF5DFE; }
a { background-color: rgb(255,93,254); }
div.DivClassName
{
background-color: #FF5DFE;
}
.BgClassName
{
background-color: #FF5DFE;
}
</style>
border-color css
<style>
span { border-color: #FF5DFE; }
span { border-color: rgb(255,93,254); }
td.TdClassName
{
border-color: #FF5DFE;
}
.TagClassName
{
border-color: #FF5DFE;
}
</style>