Shades of Pink Flamingo #FC3DF8
Tints of Pink Flamingo #FC3DF8
RGB
CMYK
RGB Variations
Color information
#FC3DF8 (or 0xFC3DF8) is known color: Pink Flamingo. HEX triplet: FC, 3D and F8. RGB value is (252,61,248). Sum of RGB (Red+Green+Blue) = 252+61+248=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 61 (24.22% from 255 or 10.87% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DF8 is #03C207. Grayscale: #8A8A8A. Windows color (decimal): -246280 or 16268796. OLE color: 16268796.
HSL color Cylindrical-coordinate representation of color #FC3DF8: hue angle of 301.26º 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 #FC3DF8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 248 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.01 |
| HSL | 301.26º | 0.97% | 0.61% | - |
| HSV(B) | 301.26º | 0.76% | 0.99% | - |
| XYZ | 58.76 | 30.81 | 91.66 | - |
| YUV | 139.43 | 189.28 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 248 | 0 | 0.76 | 0.02 | 0.01 | 301.26 | 0.97 | 0.61 |
| Hex | FC | 3D | F8 | 0 | 4C | 2 | 1 | 12D | 61 | 3D |
| Octal | 374 | 75 | 370 | 0 | 114 | 2 | 1 | 455 | 141 | 75 |
| Binary | 11111100 | 111101 | 11111000 | 0 | 1001100 | 10 | 1 | 100101101 | 1100001 | 111101 |
Color Harmonies of #FC3DF8
Complementary color
Monochromatic Colors of #FC3DF8
Black with #FC3DF8
Text Example
Text Example
White with #FC3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DF8; }
p { color: rgb(252,61,248); }
H1.HeaderClassName
{
color: #FC3DF8;
}
.AnyTagClassName
{
color: #FC3DF8;
}
</style>
background-color css
<style>
a { background-color: #FC3DF8; }
a { background-color: rgb(252,61,248); }
div.DivClassName
{
background-color: #FC3DF8;
}
.BgClassName
{
background-color: #FC3DF8;
}
</style>
border-color css
<style>
span { border-color: #FC3DF8; }
span { border-color: rgb(252,61,248); }
td.TdClassName
{
border-color: #FC3DF8;
}
.TagClassName
{
border-color: #FC3DF8;
}
</style>