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