Shades of Pink Flamingo #FC41F5
Tints of Pink Flamingo #FC41F5
RGB
CMYK
RGB Variations
Color information
#FC41F5 (or 0xFC41F5) is known color: Pink Flamingo. HEX triplet: FC, 41 and F5. RGB value is (252,65,245). Sum of RGB (Red+Green+Blue) = 252+65+245=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41F5 is #03BE0A. Grayscale: #8C8C8C. Windows color (decimal): -245259 or 16073212. OLE color: 16073212.
HSL color Cylindrical-coordinate representation of color #FC41F5: hue angle of 302.25º 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 #FC41F5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 245 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.01 |
| HSL | 302.25º | 0.97% | 0.62% | - |
| HSV(B) | 302.25º | 0.74% | 0.99% | - |
| XYZ | 58.52 | 31.07 | 89.3 | - |
| YUV | 141.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 245 | 0 | 0.74 | 0.03 | 0.01 | 302.25 | 0.97 | 0.62 |
| Hex | FC | 41 | F5 | 0 | 4A | 3 | 1 | 12E | 61 | 3E |
| Octal | 374 | 101 | 365 | 0 | 112 | 3 | 1 | 456 | 141 | 76 |
| Binary | 11111100 | 1000001 | 11110101 | 0 | 1001010 | 11 | 1 | 100101110 | 1100001 | 111110 |
Color Harmonies of #FC41F5
Complementary color
Monochromatic Colors of #FC41F5
Black with #FC41F5
Text Example
Text Example
White with #FC41F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41F5; }
p { color: rgb(252,65,245); }
H1.HeaderClassName
{
color: #FC41F5;
}
.AnyTagClassName
{
color: #FC41F5;
}
</style>
background-color css
<style>
a { background-color: #FC41F5; }
a { background-color: rgb(252,65,245); }
div.DivClassName
{
background-color: #FC41F5;
}
.BgClassName
{
background-color: #FC41F5;
}
</style>
border-color css
<style>
span { border-color: #FC41F5; }
span { border-color: rgb(252,65,245); }
td.TdClassName
{
border-color: #FC41F5;
}
.TagClassName
{
border-color: #FC41F5;
}
</style>