Shades of Pink Flamingo #FC48F2
Tints of Pink Flamingo #FC48F2
RGB
CMYK
RGB Variations
Color information
#FC48F2 (or 0xFC48F2) is known color: Pink Flamingo. HEX triplet: FC, 48 and F2. RGB value is (252,72,242). Sum of RGB (Red+Green+Blue) = 252+72+242=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC48F2 is #03B70D. Grayscale: #909090. Windows color (decimal): -243470 or 15878396. OLE color: 15878396.
HSL color Cylindrical-coordinate representation of color #FC48F2: hue angle of 303.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC48F2 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 242 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.01 |
| HSL | 303.33º | 0.97% | 0.64% | - |
| HSV(B) | 303.33º | 0.71% | 0.99% | - |
| XYZ | 58.49 | 31.74 | 87.05 | - |
| YUV | 145.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 242 | 0 | 0.71 | 0.04 | 0.01 | 303.33 | 0.97 | 0.64 |
| Hex | FC | 48 | F2 | 0 | 47 | 4 | 1 | 12F | 61 | 40 |
| Octal | 374 | 110 | 362 | 0 | 107 | 4 | 1 | 457 | 141 | 100 |
| Binary | 11111100 | 1001000 | 11110010 | 0 | 1000111 | 100 | 1 | 100101111 | 1100001 | 1000000 |
Color Harmonies of #FC48F2
Complementary color
Monochromatic Colors of #FC48F2
Black with #FC48F2
Text Example
Text Example
White with #FC48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC48F2; }
p { color: rgb(252,72,242); }
H1.HeaderClassName
{
color: #FC48F2;
}
.AnyTagClassName
{
color: #FC48F2;
}
</style>
background-color css
<style>
a { background-color: #FC48F2; }
a { background-color: rgb(252,72,242); }
div.DivClassName
{
background-color: #FC48F2;
}
.BgClassName
{
background-color: #FC48F2;
}
</style>
border-color css
<style>
span { border-color: #FC48F2; }
span { border-color: rgb(252,72,242); }
td.TdClassName
{
border-color: #FC48F2;
}
.TagClassName
{
border-color: #FC48F2;
}
</style>