Shades of Pink Flamingo #FF4FF1
Tints of Pink Flamingo #FF4FF1
RGB
CMYK
RGB Variations
Color information
#FF4FF1 (or 0xFF4FF1) is known color: Pink Flamingo. HEX triplet: FF, 4F and F1. RGB value is (255,79,241). Sum of RGB (Red+Green+Blue) = 255+79+241=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 79 (31.25% from 255 or 13.74% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FF1 is #00B00E. Grayscale: #959595. Windows color (decimal): -45071 or 15814655. OLE color: 15814655.
HSL color Cylindrical-coordinate representation of color #FF4FF1: hue angle of 304.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FF1 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 241 | - |
| CMYK | 0 | 0.69 | 0.05 | 0 |
| HSL | 304.77º | 1% | 0.65% | - |
| HSV(B) | 304.77º | 0.69% | 1% | - |
| XYZ | 59.91 | 33.2 | 86.47 | - |
| YUV | 150.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 241 | 0 | 0.69 | 0.05 | 0 | 304.77 | 1 | 0.65 |
| Hex | FF | 4F | F1 | 0 | 45 | 5 | 0 | 131 | 64 | 41 |
| Octal | 377 | 117 | 361 | 0 | 105 | 5 | 0 | 461 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11110001 | 0 | 1000101 | 101 | 0 | 100110001 | 1100100 | 1000001 |
Color Harmonies of #FF4FF1
Complementary color
Monochromatic Colors of #FF4FF1
Black with #FF4FF1
Text Example
Text Example
White with #FF4FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FF1; }
p { color: rgb(255,79,241); }
H1.HeaderClassName
{
color: #FF4FF1;
}
.AnyTagClassName
{
color: #FF4FF1;
}
</style>
background-color css
<style>
a { background-color: #FF4FF1; }
a { background-color: rgb(255,79,241); }
div.DivClassName
{
background-color: #FF4FF1;
}
.BgClassName
{
background-color: #FF4FF1;
}
</style>
border-color css
<style>
span { border-color: #FF4FF1; }
span { border-color: rgb(255,79,241); }
td.TdClassName
{
border-color: #FF4FF1;
}
.TagClassName
{
border-color: #FF4FF1;
}
</style>