Shades of Pink Flamingo #FC3DF7
Tints of Pink Flamingo #FC3DF7
RGB
CMYK
RGB Variations
Color information
#FC3DF7 (or 0xFC3DF7) is known color: Pink Flamingo. HEX triplet: FC, 3D and F7. RGB value is (252,61,247). Sum of RGB (Red+Green+Blue) = 252+61+247=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 61 (24.22% from 255 or 10.89% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DF7 is #03C208. Grayscale: #8A8A8A. Windows color (decimal): -246281 or 16203260. OLE color: 16203260.
HSL color Cylindrical-coordinate representation of color #FC3DF7: hue angle of 301.57º 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 #FC3DF7 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 247 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.01 |
| HSL | 301.57º | 0.97% | 0.61% | - |
| HSV(B) | 301.57º | 0.76% | 0.99% | - |
| XYZ | 58.6 | 30.75 | 90.84 | - |
| YUV | 139.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 247 | 0 | 0.76 | 0.02 | 0.01 | 301.57 | 0.97 | 0.61 |
| Hex | FC | 3D | F7 | 0 | 4C | 2 | 1 | 12E | 61 | 3D |
| Octal | 374 | 75 | 367 | 0 | 114 | 2 | 1 | 456 | 141 | 75 |
| Binary | 11111100 | 111101 | 11110111 | 0 | 1001100 | 10 | 1 | 100101110 | 1100001 | 111101 |
Color Harmonies of #FC3DF7
Complementary color
Monochromatic Colors of #FC3DF7
Black with #FC3DF7
Text Example
Text Example
White with #FC3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DF7; }
p { color: rgb(252,61,247); }
H1.HeaderClassName
{
color: #FC3DF7;
}
.AnyTagClassName
{
color: #FC3DF7;
}
</style>
background-color css
<style>
a { background-color: #FC3DF7; }
a { background-color: rgb(252,61,247); }
div.DivClassName
{
background-color: #FC3DF7;
}
.BgClassName
{
background-color: #FC3DF7;
}
</style>
border-color css
<style>
span { border-color: #FC3DF7; }
span { border-color: rgb(252,61,247); }
td.TdClassName
{
border-color: #FC3DF7;
}
.TagClassName
{
border-color: #FC3DF7;
}
</style>