Shades of Pink Flamingo #FF5CFD
Tints of Pink Flamingo #FF5CFD
RGB
CMYK
RGB Variations
Color information
#FF5CFD (or 0xFF5CFD) is known color: Pink Flamingo. HEX triplet: FF, 5C and FD. RGB value is (255,92,253). Sum of RGB (Red+Green+Blue) = 255+92+253=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 92 (36.33% from 255 or 15.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CFD is #00A302. Grayscale: #9E9E9E. Windows color (decimal): -41731 or 16604415. OLE color: 16604415.
HSL color Cylindrical-coordinate representation of color #FF5CFD: hue angle of 300.74º 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 #FF5CFD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 253 | - |
| CMYK | 0 | 0.64 | 0.01 | 0 |
| HSL | 300.74º | 1% | 0.68% | - |
| HSV(B) | 300.74º | 0.64% | 1% | - |
| XYZ | 62.8 | 36.01 | 96.57 | - |
| YUV | 159.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 253 | 0 | 0.64 | 0.01 | 0 | 300.74 | 1 | 0.68 |
| Hex | FF | 5C | FD | 0 | 40 | 1 | 0 | 12D | 64 | 44 |
| Octal | 377 | 134 | 375 | 0 | 100 | 1 | 0 | 455 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11111101 | 0 | 1000000 | 1 | 0 | 100101101 | 1100100 | 1000100 |
Color Harmonies of #FF5CFD
Complementary color
Monochromatic Colors of #FF5CFD
Black with #FF5CFD
Text Example
Text Example
White with #FF5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CFD; }
p { color: rgb(255,92,253); }
H1.HeaderClassName
{
color: #FF5CFD;
}
.AnyTagClassName
{
color: #FF5CFD;
}
</style>
background-color css
<style>
a { background-color: #FF5CFD; }
a { background-color: rgb(255,92,253); }
div.DivClassName
{
background-color: #FF5CFD;
}
.BgClassName
{
background-color: #FF5CFD;
}
</style>
border-color css
<style>
span { border-color: #FF5CFD; }
span { border-color: rgb(255,92,253); }
td.TdClassName
{
border-color: #FF5CFD;
}
.TagClassName
{
border-color: #FF5CFD;
}
</style>