Shades of Pink Flamingo #FF3FFA
Tints of Pink Flamingo #FF3FFA
RGB
CMYK
RGB Variations
Color information
#FF3FFA (or 0xFF3FFA) is known color: Pink Flamingo. HEX triplet: FF, 3F and FA. RGB value is (255,63,250). Sum of RGB (Red+Green+Blue) = 255+63+250=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 63 (25% from 255 or 11.09% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FFA is #00C005. Grayscale: #8D8D8D. Windows color (decimal): -49158 or 16400383. OLE color: 16400383.
HSL color Cylindrical-coordinate representation of color #FF3FFA: hue angle of 301.56º 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 #FF3FFA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 250 | - |
| CMYK | 0 | 0.75 | 0.02 | 0 |
| HSL | 301.56º | 1% | 0.62% | - |
| HSV(B) | 301.56º | 0.75% | 1% | - |
| XYZ | 60.27 | 31.72 | 93.39 | - |
| YUV | 141.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 250 | 0 | 0.75 | 0.02 | 0 | 301.56 | 1 | 0.62 |
| Hex | FF | 3F | FA | 0 | 4B | 2 | 0 | 12E | 64 | 3E |
| Octal | 377 | 77 | 372 | 0 | 113 | 2 | 0 | 456 | 144 | 76 |
| Binary | 11111111 | 111111 | 11111010 | 0 | 1001011 | 10 | 0 | 100101110 | 1100100 | 111110 |
Color Harmonies of #FF3FFA
Complementary color
Monochromatic Colors of #FF3FFA
Black with #FF3FFA
Text Example
Text Example
White with #FF3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FFA; }
p { color: rgb(255,63,250); }
H1.HeaderClassName
{
color: #FF3FFA;
}
.AnyTagClassName
{
color: #FF3FFA;
}
</style>
background-color css
<style>
a { background-color: #FF3FFA; }
a { background-color: rgb(255,63,250); }
div.DivClassName
{
background-color: #FF3FFA;
}
.BgClassName
{
background-color: #FF3FFA;
}
</style>
border-color css
<style>
span { border-color: #FF3FFA; }
span { border-color: rgb(255,63,250); }
td.TdClassName
{
border-color: #FF3FFA;
}
.TagClassName
{
border-color: #FF3FFA;
}
</style>