Shades of Pink Flamingo #FF4CF1
Tints of Pink Flamingo #FF4CF1
RGB
CMYK
RGB Variations
Color information
#FF4CF1 (or 0xFF4CF1) is known color: Pink Flamingo. HEX triplet: FF, 4C and F1. RGB value is (255,76,241). Sum of RGB (Red+Green+Blue) = 255+76+241=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CF1 is #00B30E. Grayscale: #939393. Windows color (decimal): -45839 or 15813887. OLE color: 15813887.
HSL color Cylindrical-coordinate representation of color #FF4CF1: hue angle of 304.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CF1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 241 | - |
| CMYK | 0 | 0.70 | 0.05 | 0 |
| HSL | 304.69º | 1% | 0.65% | - |
| HSV(B) | 304.69º | 0.7% | 1% | - |
| XYZ | 59.7 | 32.78 | 86.4 | - |
| YUV | 148.33 | 180.3 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 241 | 0 | 0.70 | 0.05 | 0 | 304.69 | 1 | 0.65 |
| Hex | FF | 4C | F1 | 0 | 46 | 5 | 0 | 131 | 64 | 41 |
| Octal | 377 | 114 | 361 | 0 | 106 | 5 | 0 | 461 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11110001 | 0 | 1000110 | 101 | 0 | 100110001 | 1100100 | 1000001 |
Color Harmonies of #FF4CF1
Complementary color
Monochromatic Colors of #FF4CF1
Black with #FF4CF1
Text Example
Text Example
White with #FF4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CF1; }
p { color: rgb(255,76,241); }
H1.HeaderClassName
{
color: #FF4CF1;
}
.AnyTagClassName
{
color: #FF4CF1;
}
</style>
background-color css
<style>
a { background-color: #FF4CF1; }
a { background-color: rgb(255,76,241); }
div.DivClassName
{
background-color: #FF4CF1;
}
.BgClassName
{
background-color: #FF4CF1;
}
</style>
border-color css
<style>
span { border-color: #FF4CF1; }
span { border-color: rgb(255,76,241); }
td.TdClassName
{
border-color: #FF4CF1;
}
.TagClassName
{
border-color: #FF4CF1;
}
</style>