Shades of Pink Flamingo #FF3EFD
Tints of Pink Flamingo #FF3EFD
RGB
CMYK
RGB Variations
Color information
#FF3EFD (or 0xFF3EFD) is known color: Pink Flamingo. HEX triplet: FF, 3E and FD. RGB value is (255,62,253). Sum of RGB (Red+Green+Blue) = 255+62+253=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 62 (24.61% from 255 or 10.88% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EFD is #00C102. Grayscale: #8C8C8C. Windows color (decimal): -49411 or 16596735. OLE color: 16596735.
HSL color Cylindrical-coordinate representation of color #FF3EFD: hue angle of 300.62º 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 #FF3EFD is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 253 | - |
| CMYK | 0 | 0.76 | 0.01 | 0 |
| HSL | 300.62º | 1% | 0.62% | - |
| HSV(B) | 300.62º | 0.76% | 1% | - |
| XYZ | 60.69 | 31.8 | 95.87 | - |
| YUV | 141.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 253 | 0 | 0.76 | 0.01 | 0 | 300.62 | 1 | 0.62 |
| Hex | FF | 3E | FD | 0 | 4C | 1 | 0 | 12D | 64 | 3E |
| Octal | 377 | 76 | 375 | 0 | 114 | 1 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111110 | 11111101 | 0 | 1001100 | 1 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3EFD
Complementary color
Monochromatic Colors of #FF3EFD
Black with #FF3EFD
Text Example
Text Example
White with #FF3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EFD; }
p { color: rgb(255,62,253); }
H1.HeaderClassName
{
color: #FF3EFD;
}
.AnyTagClassName
{
color: #FF3EFD;
}
</style>
background-color css
<style>
a { background-color: #FF3EFD; }
a { background-color: rgb(255,62,253); }
div.DivClassName
{
background-color: #FF3EFD;
}
.BgClassName
{
background-color: #FF3EFD;
}
</style>
border-color css
<style>
span { border-color: #FF3EFD; }
span { border-color: rgb(255,62,253); }
td.TdClassName
{
border-color: #FF3EFD;
}
.TagClassName
{
border-color: #FF3EFD;
}
</style>