Shades of Pink Flamingo #FF3EFF
Tints of Pink Flamingo #FF3EFF
RGB
CMYK
RGB Variations
Color information
#FF3EFF (or 0xFF3EFF) is known color: Pink Flamingo. HEX triplet: FF, 3E and FF. RGB value is (255,62,255). Sum of RGB (Red+Green+Blue) = 255+62+255=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 62 (24.61% from 255 or 10.84% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF3EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EFF is #00C100. Grayscale: #8D8D8D. Windows color (decimal): -49409 or 16727807. OLE color: 16727807.
HSL color Cylindrical-coordinate representation of color #FF3EFF: hue angle of 300º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EFF is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 255 | - |
| CMYK | 0 | 0.76 | 0 | 0 |
| HSL | 300º | 1% | 0.62% | - |
| HSV(B) | 300º | 0.76% | 1% | - |
| XYZ | 61.01 | 31.93 | 97.55 | - |
| YUV | 141.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 255 | 0 | 0.76 | 0 | 0 | 300 | 1 | 0.62 |
| Hex | FF | 3E | FF | 0 | 4C | 0 | 0 | 12C | 64 | 3E |
| Octal | 377 | 76 | 377 | 0 | 114 | 0 | 0 | 454 | 144 | 76 |
| Binary | 11111111 | 111110 | 11111111 | 0 | 1001100 | 0 | 0 | 100101100 | 1100100 | 111110 |
Color Harmonies of #FF3EFF
Complementary color
Monochromatic Colors of #FF3EFF
Black with #FF3EFF
Text Example
Text Example
White with #FF3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EFF; }
p { color: rgb(255,62,255); }
H1.HeaderClassName
{
color: #FF3EFF;
}
.AnyTagClassName
{
color: #FF3EFF;
}
</style>
background-color css
<style>
a { background-color: #FF3EFF; }
a { background-color: rgb(255,62,255); }
div.DivClassName
{
background-color: #FF3EFF;
}
.BgClassName
{
background-color: #FF3EFF;
}
</style>
border-color css
<style>
span { border-color: #FF3EFF; }
span { border-color: rgb(255,62,255); }
td.TdClassName
{
border-color: #FF3EFF;
}
.TagClassName
{
border-color: #FF3EFF;
}
</style>