Shades of Pink Flamingo #FD3FFE
Tints of Pink Flamingo #FD3FFE
RGB
CMYK
RGB Variations
Color information
#FD3FFE (or 0xFD3FFE) is known color: Pink Flamingo. HEX triplet: FD, 3F and FE. RGB value is (253,63,254). Sum of RGB (Red+Green+Blue) = 253+63+254=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 63 (25% from 255 or 11.05% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD3FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3FFE is #02C001. Grayscale: #8D8D8D. Windows color (decimal): -180226 or 16662525. OLE color: 16662525.
HSL color Cylindrical-coordinate representation of color #FD3FFE: 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.75%. Process color model (Four color, CMYK) of #FD3FFE is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 63 | 254 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.00 |
| HSL | 299.69º | 0.99% | 0.62% | - |
| HSV(B) | 299.69º | 0.75% | 1% | - |
| XYZ | 60.17 | 31.59 | 96.69 | - |
| YUV | 141.58 | 191.45 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 254 | 0.00 | 0.75 | 0 | 0.00 | 299.69 | 0.99 | 0.62 |
| Hex | FD | 3F | FE | 0 | 4B | 0 | 0 | 12C | 63 | 3E |
| Octal | 375 | 77 | 376 | 0 | 113 | 0 | 0 | 454 | 143 | 76 |
| Binary | 11111101 | 111111 | 11111110 | 0 | 1001011 | 0 | 0 | 100101100 | 1100011 | 111110 |
Color Harmonies of #FD3FFE
Complementary color
Monochromatic Colors of #FD3FFE
Black with #FD3FFE
Text Example
Text Example
White with #FD3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3FFE; }
p { color: rgb(253,63,254); }
H1.HeaderClassName
{
color: #FD3FFE;
}
.AnyTagClassName
{
color: #FD3FFE;
}
</style>
background-color css
<style>
a { background-color: #FD3FFE; }
a { background-color: rgb(253,63,254); }
div.DivClassName
{
background-color: #FD3FFE;
}
.BgClassName
{
background-color: #FD3FFE;
}
</style>
border-color css
<style>
span { border-color: #FD3FFE; }
span { border-color: rgb(253,63,254); }
td.TdClassName
{
border-color: #FD3FFE;
}
.TagClassName
{
border-color: #FD3FFE;
}
</style>