Shades of Pink Flamingo #FF5FFD
Tints of Pink Flamingo #FF5FFD
RGB
CMYK
RGB Variations
Color information
#FF5FFD (or 0xFF5FFD) is known color: Pink Flamingo. HEX triplet: FF, 5F and FD. RGB value is (255,95,253). Sum of RGB (Red+Green+Blue) = 255+95+253=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 95 (37.5% from 255 or 15.75% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFD is #00A002. Grayscale: #A0A0A0. Windows color (decimal): -40963 or 16605183. OLE color: 16605183.
HSL color Cylindrical-coordinate representation of color #FF5FFD: hue angle of 300.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FFD is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 253 | - |
| CMYK | 0 | 0.63 | 0.01 | 0 |
| HSL | 300.75º | 1% | 0.69% | - |
| HSV(B) | 300.75º | 0.63% | 1% | - |
| XYZ | 63.06 | 36.54 | 96.66 | - |
| YUV | 160.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 253 | 0 | 0.63 | 0.01 | 0 | 300.75 | 1 | 0.69 |
| Hex | FF | 5F | FD | 0 | 3F | 1 | 0 | 12D | 64 | 45 |
| Octal | 377 | 137 | 375 | 0 | 77 | 1 | 0 | 455 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11111101 | 0 | 111111 | 1 | 0 | 100101101 | 1100100 | 1000101 |
Color Harmonies of #FF5FFD
Complementary color
Monochromatic Colors of #FF5FFD
Black with #FF5FFD
Text Example
Text Example
White with #FF5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FFD; }
p { color: rgb(255,95,253); }
H1.HeaderClassName
{
color: #FF5FFD;
}
.AnyTagClassName
{
color: #FF5FFD;
}
</style>
background-color css
<style>
a { background-color: #FF5FFD; }
a { background-color: rgb(255,95,253); }
div.DivClassName
{
background-color: #FF5FFD;
}
.BgClassName
{
background-color: #FF5FFD;
}
</style>
border-color css
<style>
span { border-color: #FF5FFD; }
span { border-color: rgb(255,95,253); }
td.TdClassName
{
border-color: #FF5FFD;
}
.TagClassName
{
border-color: #FF5FFD;
}
</style>