Shades of Pink Flamingo #FC41F0
Tints of Pink Flamingo #FC41F0
RGB
CMYK
RGB Variations
Color information
#FC41F0 (or 0xFC41F0) is known color: Pink Flamingo. HEX triplet: FC, 41 and F0. RGB value is (252,65,240). Sum of RGB (Red+Green+Blue) = 252+65+240=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41F0 is #03BE0F. Grayscale: #8C8C8C. Windows color (decimal): -245264 or 15745532. OLE color: 15745532.
HSL color Cylindrical-coordinate representation of color #FC41F0: hue angle of 303.85º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41F0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 240 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.01 |
| HSL | 303.85º | 0.97% | 0.62% | - |
| HSV(B) | 303.85º | 0.74% | 0.99% | - |
| XYZ | 57.76 | 30.77 | 85.33 | - |
| YUV | 140.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 240 | 0 | 0.74 | 0.05 | 0.01 | 303.85 | 0.97 | 0.62 |
| Hex | FC | 41 | F0 | 0 | 4A | 5 | 1 | 130 | 61 | 3E |
| Octal | 374 | 101 | 360 | 0 | 112 | 5 | 1 | 460 | 141 | 76 |
| Binary | 11111100 | 1000001 | 11110000 | 0 | 1001010 | 101 | 1 | 100110000 | 1100001 | 111110 |
Color Harmonies of #FC41F0
Complementary color
Monochromatic Colors of #FC41F0
Black with #FC41F0
Text Example
Text Example
White with #FC41F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41F0; }
p { color: rgb(252,65,240); }
H1.HeaderClassName
{
color: #FC41F0;
}
.AnyTagClassName
{
color: #FC41F0;
}
</style>
background-color css
<style>
a { background-color: #FC41F0; }
a { background-color: rgb(252,65,240); }
div.DivClassName
{
background-color: #FC41F0;
}
.BgClassName
{
background-color: #FC41F0;
}
</style>
border-color css
<style>
span { border-color: #FC41F0; }
span { border-color: rgb(252,65,240); }
td.TdClassName
{
border-color: #FC41F0;
}
.TagClassName
{
border-color: #FC41F0;
}
</style>