Shades of Pink Flamingo #FC3DF5
Tints of Pink Flamingo #FC3DF5
RGB
CMYK
RGB Variations
Color information
#FC3DF5 (or 0xFC3DF5) is known color: Pink Flamingo. HEX triplet: FC, 3D and F5. RGB value is (252,61,245). Sum of RGB (Red+Green+Blue) = 252+61+245=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 61 (24.22% from 255 or 10.93% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DF5 is #03C20A. Grayscale: #8A8A8A. Windows color (decimal): -246283 or 16072188. OLE color: 16072188.
HSL color Cylindrical-coordinate representation of color #FC3DF5: hue angle of 302.2º 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 #FC3DF5 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 245 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.01 |
| HSL | 302.2º | 0.97% | 0.61% | - |
| HSV(B) | 302.2º | 0.76% | 0.99% | - |
| XYZ | 58.3 | 30.63 | 89.23 | - |
| YUV | 139.09 | 187.78 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 245 | 0 | 0.76 | 0.03 | 0.01 | 302.2 | 0.97 | 0.61 |
| Hex | FC | 3D | F5 | 0 | 4C | 3 | 1 | 12E | 61 | 3D |
| Octal | 374 | 75 | 365 | 0 | 114 | 3 | 1 | 456 | 141 | 75 |
| Binary | 11111100 | 111101 | 11110101 | 0 | 1001100 | 11 | 1 | 100101110 | 1100001 | 111101 |
Color Harmonies of #FC3DF5
Complementary color
Monochromatic Colors of #FC3DF5
Black with #FC3DF5
Text Example
Text Example
White with #FC3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DF5; }
p { color: rgb(252,61,245); }
H1.HeaderClassName
{
color: #FC3DF5;
}
.AnyTagClassName
{
color: #FC3DF5;
}
</style>
background-color css
<style>
a { background-color: #FC3DF5; }
a { background-color: rgb(252,61,245); }
div.DivClassName
{
background-color: #FC3DF5;
}
.BgClassName
{
background-color: #FC3DF5;
}
</style>
border-color css
<style>
span { border-color: #FC3DF5; }
span { border-color: rgb(252,61,245); }
td.TdClassName
{
border-color: #FC3DF5;
}
.TagClassName
{
border-color: #FC3DF5;
}
</style>