Shades of Pink Flamingo #FF4EF5
Tints of Pink Flamingo #FF4EF5
RGB
CMYK
RGB Variations
Color information
#FF4EF5 (or 0xFF4EF5) is known color: Pink Flamingo. HEX triplet: FF, 4E and F5. RGB value is (255,78,245). Sum of RGB (Red+Green+Blue) = 255+78+245=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 78 (30.86% from 255 or 13.49% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EF5 is #00B10A. Grayscale: #959595. Windows color (decimal): -45323 or 16076543. OLE color: 16076543.
HSL color Cylindrical-coordinate representation of color #FF4EF5: hue angle of 303.39º 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 #FF4EF5 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 245 | - |
| CMYK | 0 | 0.69 | 0.04 | 0 |
| HSL | 303.39º | 1% | 0.65% | - |
| HSV(B) | 303.39º | 0.69% | 1% | - |
| XYZ | 60.45 | 33.3 | 89.63 | - |
| YUV | 149.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 245 | 0 | 0.69 | 0.04 | 0 | 303.39 | 1 | 0.65 |
| Hex | FF | 4E | F5 | 0 | 45 | 4 | 0 | 12F | 64 | 41 |
| Octal | 377 | 116 | 365 | 0 | 105 | 4 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11110101 | 0 | 1000101 | 100 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4EF5
Complementary color
Monochromatic Colors of #FF4EF5
Black with #FF4EF5
Text Example
Text Example
White with #FF4EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EF5; }
p { color: rgb(255,78,245); }
H1.HeaderClassName
{
color: #FF4EF5;
}
.AnyTagClassName
{
color: #FF4EF5;
}
</style>
background-color css
<style>
a { background-color: #FF4EF5; }
a { background-color: rgb(255,78,245); }
div.DivClassName
{
background-color: #FF4EF5;
}
.BgClassName
{
background-color: #FF4EF5;
}
</style>
border-color css
<style>
span { border-color: #FF4EF5; }
span { border-color: rgb(255,78,245); }
td.TdClassName
{
border-color: #FF4EF5;
}
.TagClassName
{
border-color: #FF4EF5;
}
</style>