Shades of Pink Flamingo #FD3DFF
Tints of Pink Flamingo #FD3DFF
RGB
CMYK
RGB Variations
Color information
#FD3DFF (or 0xFD3DFF) is known color: Pink Flamingo. HEX triplet: FD, 3D and FF. RGB value is (253,61,255). Sum of RGB (Red+Green+Blue) = 253+61+255=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 61 (24.22% from 255 or 10.72% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3DFF is #02C200. Grayscale: #8B8B8B. Windows color (decimal): -180737 or 16727549. OLE color: 16727549.
HSL color Cylindrical-coordinate representation of color #FD3DFF: 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 #FD3DFF is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 61 | 255 | - |
| CMYK | 0.01 | 0.76 | 0 | 0 |
| HSL | 299.38º | 1% | 0.62% | - |
| HSV(B) | 299.38º | 0.76% | 1% | - |
| XYZ | 60.23 | 31.44 | 97.5 | - |
| YUV | 140.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 61 | 255 | 0.01 | 0.76 | 0 | 0 | 299.38 | 1 | 0.62 |
| Hex | FD | 3D | FF | 1 | 4C | 0 | 0 | 12B | 64 | 3E |
| Octal | 375 | 75 | 377 | 1 | 114 | 0 | 0 | 453 | 144 | 76 |
| Binary | 11111101 | 111101 | 11111111 | 1 | 1001100 | 0 | 0 | 100101011 | 1100100 | 111110 |
Color Harmonies of #FD3DFF
Complementary color
Monochromatic Colors of #FD3DFF
Black with #FD3DFF
Text Example
Text Example
White with #FD3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3DFF; }
p { color: rgb(253,61,255); }
H1.HeaderClassName
{
color: #FD3DFF;
}
.AnyTagClassName
{
color: #FD3DFF;
}
</style>
background-color css
<style>
a { background-color: #FD3DFF; }
a { background-color: rgb(253,61,255); }
div.DivClassName
{
background-color: #FD3DFF;
}
.BgClassName
{
background-color: #FD3DFF;
}
</style>
border-color css
<style>
span { border-color: #FD3DFF; }
span { border-color: rgb(253,61,255); }
td.TdClassName
{
border-color: #FD3DFF;
}
.TagClassName
{
border-color: #FD3DFF;
}
</style>