Shades of Pink Flamingo #FF3DFB
Tints of Pink Flamingo #FF3DFB
RGB
CMYK
RGB Variations
Color information
#FF3DFB (or 0xFF3DFB) is known color: Pink Flamingo. HEX triplet: FF, 3D and FB. RGB value is (255,61,251). Sum of RGB (Red+Green+Blue) = 255+61+251=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 61 (24.22% from 255 or 10.76% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3DFB is #00C204. Grayscale: #8C8C8C. Windows color (decimal): -49669 or 16465407. OLE color: 16465407.
HSL color Cylindrical-coordinate representation of color #FF3DFB: hue angle of 301.24º 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 #FF3DFB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 251 | - |
| CMYK | 0 | 0.76 | 0.02 | 0 |
| HSL | 301.24º | 1% | 0.62% | - |
| HSV(B) | 301.24º | 0.76% | 1% | - |
| XYZ | 60.32 | 31.56 | 94.18 | - |
| YUV | 140.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 251 | 0 | 0.76 | 0.02 | 0 | 301.24 | 1 | 0.62 |
| Hex | FF | 3D | FB | 0 | 4C | 2 | 0 | 12D | 64 | 3E |
| Octal | 377 | 75 | 373 | 0 | 114 | 2 | 0 | 455 | 144 | 76 |
| Binary | 11111111 | 111101 | 11111011 | 0 | 1001100 | 10 | 0 | 100101101 | 1100100 | 111110 |
Color Harmonies of #FF3DFB
Complementary color
Monochromatic Colors of #FF3DFB
Black with #FF3DFB
Text Example
Text Example
White with #FF3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DFB; }
p { color: rgb(255,61,251); }
H1.HeaderClassName
{
color: #FF3DFB;
}
.AnyTagClassName
{
color: #FF3DFB;
}
</style>
background-color css
<style>
a { background-color: #FF3DFB; }
a { background-color: rgb(255,61,251); }
div.DivClassName
{
background-color: #FF3DFB;
}
.BgClassName
{
background-color: #FF3DFB;
}
</style>
border-color css
<style>
span { border-color: #FF3DFB; }
span { border-color: rgb(255,61,251); }
td.TdClassName
{
border-color: #FF3DFB;
}
.TagClassName
{
border-color: #FF3DFB;
}
</style>