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