Shades of Pink Flamingo #FD3EFE
Tints of Pink Flamingo #FD3EFE
RGB
CMYK
RGB Variations
Color information
#FD3EFE (or 0xFD3EFE) is known color: Pink Flamingo. HEX triplet: FD, 3E and FE. RGB value is (253,62,254). Sum of RGB (Red+Green+Blue) = 253+62+254=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 62 (24.61% from 255 or 10.90% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD3EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3EFE is #02C101. Grayscale: #8C8C8C. Windows color (decimal): -180482 or 16662269. OLE color: 16662269.
HSL color Cylindrical-coordinate representation of color #FD3EFE: hue angle of 299.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3EFE is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 62 | 254 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.00 |
| HSL | 299.69º | 0.99% | 0.62% | - |
| HSV(B) | 299.69º | 0.76% | 1% | - |
| XYZ | 60.12 | 31.48 | 96.67 | - |
| YUV | 141 | 191.78 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 254 | 0.00 | 0.76 | 0 | 0.00 | 299.69 | 0.99 | 0.62 |
| Hex | FD | 3E | FE | 0 | 4C | 0 | 0 | 12C | 63 | 3E |
| Octal | 375 | 76 | 376 | 0 | 114 | 0 | 0 | 454 | 143 | 76 |
| Binary | 11111101 | 111110 | 11111110 | 0 | 1001100 | 0 | 0 | 100101100 | 1100011 | 111110 |
Color Harmonies of #FD3EFE
Complementary color
Monochromatic Colors of #FD3EFE
Black with #FD3EFE
Text Example
Text Example
White with #FD3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3EFE; }
p { color: rgb(253,62,254); }
H1.HeaderClassName
{
color: #FD3EFE;
}
.AnyTagClassName
{
color: #FD3EFE;
}
</style>
background-color css
<style>
a { background-color: #FD3EFE; }
a { background-color: rgb(253,62,254); }
div.DivClassName
{
background-color: #FD3EFE;
}
.BgClassName
{
background-color: #FD3EFE;
}
</style>
border-color css
<style>
span { border-color: #FD3EFE; }
span { border-color: rgb(253,62,254); }
td.TdClassName
{
border-color: #FD3EFE;
}
.TagClassName
{
border-color: #FD3EFE;
}
</style>