Shades of Pink Flamingo #FF3FFD
Tints of Pink Flamingo #FF3FFD
RGB
CMYK
RGB Variations
Color information
#FF3FFD (or 0xFF3FFD) is known color: Pink Flamingo. HEX triplet: FF, 3F and FD. RGB value is (255,63,253). Sum of RGB (Red+Green+Blue) = 255+63+253=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 63 (25% from 255 or 11.03% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FFD is #00C002. Grayscale: #8D8D8D. Windows color (decimal): -49155 or 16596991. OLE color: 16596991.
HSL color Cylindrical-coordinate representation of color #FF3FFD: hue angle of 300.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FFD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 253 | - |
| CMYK | 0 | 0.75 | 0.01 | 0 |
| HSL | 300.63º | 1% | 0.62% | - |
| HSV(B) | 300.63º | 0.75% | 1% | - |
| XYZ | 60.75 | 31.91 | 95.89 | - |
| YUV | 142.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 253 | 0 | 0.75 | 0.01 | 0 | 300.63 | 1 | 0.62 |
| Hex | FF | 3F | FD | 0 | 4B | 1 | 0 | 12D | 64 | 3E |
| Octal | 377 | 77 | 375 | 0 | 113 | 1 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111111 | 11111101 | 0 | 1001011 | 1 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3FFD
Complementary color
Monochromatic Colors of #FF3FFD
Black with #FF3FFD
Text Example
Text Example
White with #FF3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FFD; }
p { color: rgb(255,63,253); }
H1.HeaderClassName
{
color: #FF3FFD;
}
.AnyTagClassName
{
color: #FF3FFD;
}
</style>
background-color css
<style>
a { background-color: #FF3FFD; }
a { background-color: rgb(255,63,253); }
div.DivClassName
{
background-color: #FF3FFD;
}
.BgClassName
{
background-color: #FF3FFD;
}
</style>
border-color css
<style>
span { border-color: #FF3FFD; }
span { border-color: rgb(255,63,253); }
td.TdClassName
{
border-color: #FF3FFD;
}
.TagClassName
{
border-color: #FF3FFD;
}
</style>