Shades of Pink Flamingo #FC3DFB
Tints of Pink Flamingo #FC3DFB
RGB
CMYK
RGB Variations
Color information
#FC3DFB (or 0xFC3DFB) is known color: Pink Flamingo. HEX triplet: FC, 3D and FB. RGB value is (252,61,251). Sum of RGB (Red+Green+Blue) = 252+61+251=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 61 (24.22% from 255 or 10.82% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DFB is #03C204. Grayscale: #8B8B8B. Windows color (decimal): -246277 or 16465404. OLE color: 16465404.
HSL color Cylindrical-coordinate representation of color #FC3DFB: hue angle of 300.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3DFB is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 251 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.01 |
| HSL | 300.31º | 0.97% | 0.61% | - |
| HSV(B) | 300.31º | 0.76% | 0.99% | - |
| XYZ | 59.23 | 31 | 94.13 | - |
| YUV | 139.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 251 | 0 | 0.76 | 0.00 | 0.01 | 300.31 | 0.97 | 0.61 |
| Hex | FC | 3D | FB | 0 | 4C | 0 | 1 | 12C | 61 | 3D |
| Octal | 374 | 75 | 373 | 0 | 114 | 0 | 1 | 454 | 141 | 75 |
| Binary | 11111100 | 111101 | 11111011 | 0 | 1001100 | 0 | 1 | 100101100 | 1100001 | 111101 |
Color Harmonies of #FC3DFB
Complementary color
Monochromatic Colors of #FC3DFB
Black with #FC3DFB
Text Example
Text Example
White with #FC3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DFB; }
p { color: rgb(252,61,251); }
H1.HeaderClassName
{
color: #FC3DFB;
}
.AnyTagClassName
{
color: #FC3DFB;
}
</style>
background-color css
<style>
a { background-color: #FC3DFB; }
a { background-color: rgb(252,61,251); }
div.DivClassName
{
background-color: #FC3DFB;
}
.BgClassName
{
background-color: #FC3DFB;
}
</style>
border-color css
<style>
span { border-color: #FC3DFB; }
span { border-color: rgb(252,61,251); }
td.TdClassName
{
border-color: #FC3DFB;
}
.TagClassName
{
border-color: #FC3DFB;
}
</style>