Shades of Pink Flamingo #FC3AF5
Tints of Pink Flamingo #FC3AF5
RGB
CMYK
RGB Variations
Color information
#FC3AF5 (or 0xFC3AF5) is known color: Pink Flamingo. HEX triplet: FC, 3A and F5. RGB value is (252,58,245). Sum of RGB (Red+Green+Blue) = 252+58+245=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 58 (23.05% from 255 or 10.45% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3AF5 is #03C50A. Grayscale: #888888. Windows color (decimal): -247051 or 16071420. OLE color: 16071420.
HSL color Cylindrical-coordinate representation of color #FC3AF5: hue angle of 302.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3AF5 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 245 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.01 |
| HSL | 302.16º | 0.97% | 0.61% | - |
| HSV(B) | 302.16º | 0.77% | 0.99% | - |
| XYZ | 58.14 | 30.31 | 89.17 | - |
| YUV | 137.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 245 | 0 | 0.77 | 0.03 | 0.01 | 302.16 | 0.97 | 0.61 |
| Hex | FC | 3A | F5 | 0 | 4D | 3 | 1 | 12E | 61 | 3D |
| Octal | 374 | 72 | 365 | 0 | 115 | 3 | 1 | 456 | 141 | 75 |
| Binary | 11111100 | 111010 | 11110101 | 0 | 1001101 | 11 | 1 | 100101110 | 1100001 | 111101 |
Color Harmonies of #FC3AF5
Complementary color
Monochromatic Colors of #FC3AF5
Black with #FC3AF5
Text Example
Text Example
White with #FC3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3AF5; }
p { color: rgb(252,58,245); }
H1.HeaderClassName
{
color: #FC3AF5;
}
.AnyTagClassName
{
color: #FC3AF5;
}
</style>
background-color css
<style>
a { background-color: #FC3AF5; }
a { background-color: rgb(252,58,245); }
div.DivClassName
{
background-color: #FC3AF5;
}
.BgClassName
{
background-color: #FC3AF5;
}
</style>
border-color css
<style>
span { border-color: #FC3AF5; }
span { border-color: rgb(252,58,245); }
td.TdClassName
{
border-color: #FC3AF5;
}
.TagClassName
{
border-color: #FC3AF5;
}
</style>