Shades of Pink Flamingo #FF4FEE
Tints of Pink Flamingo #FF4FEE
RGB
CMYK
RGB Variations
Color information
#FF4FEE (or 0xFF4FEE) is known color: Pink Flamingo. HEX triplet: FF, 4F and EE. RGB value is (255,79,238). Sum of RGB (Red+Green+Blue) = 255+79+238=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 79 (31.25% from 255 or 13.81% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FEE is #00B011. Grayscale: #959595. Windows color (decimal): -45074 or 15618047. OLE color: 15618047.
HSL color Cylindrical-coordinate representation of color #FF4FEE: hue angle of 305.8º 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 #FF4FEE is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 238 | - |
| CMYK | 0 | 0.69 | 0.07 | 0 |
| HSL | 305.8º | 1% | 0.65% | - |
| HSV(B) | 305.8º | 0.69% | 1% | - |
| XYZ | 59.47 | 33.03 | 84.13 | - |
| YUV | 149.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 238 | 0 | 0.69 | 0.07 | 0 | 305.8 | 1 | 0.65 |
| Hex | FF | 4F | EE | 0 | 45 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 117 | 356 | 0 | 105 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11101110 | 0 | 1000101 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4FEE
Complementary color
Monochromatic Colors of #FF4FEE
Black with #FF4FEE
Text Example
Text Example
White with #FF4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FEE; }
p { color: rgb(255,79,238); }
H1.HeaderClassName
{
color: #FF4FEE;
}
.AnyTagClassName
{
color: #FF4FEE;
}
</style>
background-color css
<style>
a { background-color: #FF4FEE; }
a { background-color: rgb(255,79,238); }
div.DivClassName
{
background-color: #FF4FEE;
}
.BgClassName
{
background-color: #FF4FEE;
}
</style>
border-color css
<style>
span { border-color: #FF4FEE; }
span { border-color: rgb(255,79,238); }
td.TdClassName
{
border-color: #FF4FEE;
}
.TagClassName
{
border-color: #FF4FEE;
}
</style>