Shades of Pink Flamingo #FD3FFC
Tints of Pink Flamingo #FD3FFC
RGB
CMYK
RGB Variations
Color information
#FD3FFC (or 0xFD3FFC) is known color: Pink Flamingo. HEX triplet: FD, 3F and FC. RGB value is (253,63,252). Sum of RGB (Red+Green+Blue) = 253+63+252=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 63 (25% from 255 or 11.09% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3FFC is #02C003. Grayscale: #8C8C8C. Windows color (decimal): -180228 or 16531453. OLE color: 16531453.
HSL color Cylindrical-coordinate representation of color #FD3FFC: hue angle of 300.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3FFC is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 252 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.01 |
| HSL | 300.32º | 0.98% | 0.62% | - |
| HSV(B) | 300.32º | 0.75% | 0.99% | - |
| XYZ | 59.86 | 31.47 | 95.01 | - |
| YUV | 141.36 | 190.45 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 252 | 0 | 0.75 | 0.00 | 0.01 | 300.32 | 0.98 | 0.62 |
| Hex | FD | 3F | FC | 0 | 4B | 0 | 1 | 12C | 62 | 3E |
| Octal | 375 | 77 | 374 | 0 | 113 | 0 | 1 | 454 | 142 | 76 |
| Binary | 11111101 | 111111 | 11111100 | 0 | 1001011 | 0 | 1 | 100101100 | 1100010 | 111110 |
Color Harmonies of #FD3FFC
Complementary color
Monochromatic Colors of #FD3FFC
Black with #FD3FFC
Text Example
Text Example
White with #FD3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3FFC; }
p { color: rgb(253,63,252); }
H1.HeaderClassName
{
color: #FD3FFC;
}
.AnyTagClassName
{
color: #FD3FFC;
}
</style>
background-color css
<style>
a { background-color: #FD3FFC; }
a { background-color: rgb(253,63,252); }
div.DivClassName
{
background-color: #FD3FFC;
}
.BgClassName
{
background-color: #FD3FFC;
}
</style>
border-color css
<style>
span { border-color: #FD3FFC; }
span { border-color: rgb(253,63,252); }
td.TdClassName
{
border-color: #FD3FFC;
}
.TagClassName
{
border-color: #FD3FFC;
}
</style>