Shades of Pink Flamingo #FD3AFD
Tints of Pink Flamingo #FD3AFD
RGB
CMYK
RGB Variations
Color information
#FD3AFD (or 0xFD3AFD) is known color: Pink Flamingo. HEX triplet: FD, 3A and FD. RGB value is (253,58,253). Sum of RGB (Red+Green+Blue) = 253+58+253=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 58 (23.05% from 255 or 10.28% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD3AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AFD is #02C502. Grayscale: #898989. Windows color (decimal): -181507 or 16595709. OLE color: 16595709.
HSL color Cylindrical-coordinate representation of color #FD3AFD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AFD is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 58 | 253 | - |
CMYK | 0 | 0.77 | 0 | 0.01 |
HSL | 300º | 0.98% | 0.61% | - |
HSV(B) | 300º | 0.77% | 0.99% | - |
XYZ | 59.75 | 31 | 95.76 | - |
YUV | 138.54 | 192.6 | 209.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 58 | 253 | 0 | 0.77 | 0 | 0.01 | 300 | 0.98 | 0.61 |
Hex | FD | 3A | FD | 0 | 4D | 0 | 1 | 12C | 62 | 3D |
Octal | 375 | 72 | 375 | 0 | 115 | 0 | 1 | 454 | 142 | 75 |
Binary | 11111101 | 111010 | 11111101 | 0 | 1001101 | 0 | 1 | 100101100 | 1100010 | 111101 |
Color Harmonies of #FD3AFD
Complementary color
Monochromatic Colors of #FD3AFD
Black with #FD3AFD
Text Example
Text Example
White with #FD3AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3AFD; }
p { color: rgb(253,58,253); }
H1.HeaderClassName
{
color: #FD3AFD;
}
.AnyTagClassName
{
color: #FD3AFD;
}
</style>
background-color css
<style>
a { background-color: #FD3AFD; }
a { background-color: rgb(253,58,253); }
div.DivClassName
{
background-color: #FD3AFD;
}
.BgClassName
{
background-color: #FD3AFD;
}
</style>
border-color css
<style>
span { border-color: #FD3AFD; }
span { border-color: rgb(253,58,253); }
td.TdClassName
{
border-color: #FD3AFD;
}
.TagClassName
{
border-color: #FD3AFD;
}
</style>