Shades of Pink Flamingo #FC3AFF
Tints of Pink Flamingo #FC3AFF
RGB
CMYK
RGB Variations
Color information
#FC3AFF (or 0xFC3AFF) is known color: Pink Flamingo. HEX triplet: FC, 3A and FF. RGB value is (252,58,255). Sum of RGB (Red+Green+Blue) = 252+58+255=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 58 (23.05% from 255 or 10.27% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3AFF is #03C500. Grayscale: #898989. Windows color (decimal): -247041 or 16726780. OLE color: 16726780.
HSL color Cylindrical-coordinate representation of color #FC3AFF: hue angle of 299.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3AFF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 58 | 255 | - |
| CMYK | 0.01 | 0.77 | 0 | 0 |
| HSL | 299.09º | 1% | 0.61% | - |
| HSV(B) | 299.09º | 0.77% | 1% | - |
| XYZ | 59.71 | 30.94 | 97.43 | - |
| YUV | 138.46 | 193.77 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 255 | 0.01 | 0.77 | 0 | 0 | 299.09 | 1 | 0.61 |
| Hex | FC | 3A | FF | 1 | 4D | 0 | 0 | 12B | 64 | 3D |
| Octal | 374 | 72 | 377 | 1 | 115 | 0 | 0 | 453 | 144 | 75 |
| Binary | 11111100 | 111010 | 11111111 | 1 | 1001101 | 0 | 0 | 100101011 | 1100100 | 111101 |
Color Harmonies of #FC3AFF
Complementary color
Monochromatic Colors of #FC3AFF
Black with #FC3AFF
Text Example
Text Example
White with #FC3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3AFF; }
p { color: rgb(252,58,255); }
H1.HeaderClassName
{
color: #FC3AFF;
}
.AnyTagClassName
{
color: #FC3AFF;
}
</style>
background-color css
<style>
a { background-color: #FC3AFF; }
a { background-color: rgb(252,58,255); }
div.DivClassName
{
background-color: #FC3AFF;
}
.BgClassName
{
background-color: #FC3AFF;
}
</style>
border-color css
<style>
span { border-color: #FC3AFF; }
span { border-color: rgb(252,58,255); }
td.TdClassName
{
border-color: #FC3AFF;
}
.TagClassName
{
border-color: #FC3AFF;
}
</style>