Shades of Pink Flamingo #FC4DFC
Tints of Pink Flamingo #FC4DFC
RGB
CMYK
RGB Variations
Color information
#FC4DFC (or 0xFC4DFC) is known color: Pink Flamingo. HEX triplet: FC, 4D and FC. RGB value is (252,77,252). Sum of RGB (Red+Green+Blue) = 252+77+252=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 77 (30.47% from 255 or 13.25% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DFC is #03B203. Grayscale: #949494. Windows color (decimal): -242180 or 16535036. OLE color: 16535036.
HSL color Cylindrical-coordinate representation of color #FC4DFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DFC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 77 | 252 | - |
CMYK | 0 | 0.69 | 0 | 0.01 |
HSL | 300º | 0.97% | 0.65% | - |
HSV(B) | 300º | 0.69% | 0.99% | - |
XYZ | 60.37 | 33.03 | 95.29 | - |
YUV | 149.28 | 185.98 | 201.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 77 | 252 | 0 | 0.69 | 0 | 0.01 | 300 | 0.97 | 0.65 |
Hex | FC | 4D | FC | 0 | 45 | 0 | 1 | 12C | 61 | 41 |
Octal | 374 | 115 | 374 | 0 | 105 | 0 | 1 | 454 | 141 | 101 |
Binary | 11111100 | 1001101 | 11111100 | 0 | 1000101 | 0 | 1 | 100101100 | 1100001 | 1000001 |
Color Harmonies of #FC4DFC
Complementary color
Monochromatic Colors of #FC4DFC
Black with #FC4DFC
Text Example
Text Example
White with #FC4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DFC; }
p { color: rgb(252,77,252); }
H1.HeaderClassName
{
color: #FC4DFC;
}
.AnyTagClassName
{
color: #FC4DFC;
}
</style>
background-color css
<style>
a { background-color: #FC4DFC; }
a { background-color: rgb(252,77,252); }
div.DivClassName
{
background-color: #FC4DFC;
}
.BgClassName
{
background-color: #FC4DFC;
}
</style>
border-color css
<style>
span { border-color: #FC4DFC; }
span { border-color: rgb(252,77,252); }
td.TdClassName
{
border-color: #FC4DFC;
}
.TagClassName
{
border-color: #FC4DFC;
}
</style>