Shades of Pink Flamingo #FF4FF0
Tints of Pink Flamingo #FF4FF0
RGB
CMYK
RGB Variations
Color information
#FF4FF0 (or 0xFF4FF0) is known color: Pink Flamingo. HEX triplet: FF, 4F and F0. RGB value is (255,79,240). Sum of RGB (Red+Green+Blue) = 255+79+240=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 79 (31.25% from 255 or 13.76% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FF0 is #00B00F. Grayscale: #959595. Windows color (decimal): -45072 or 15749119. OLE color: 15749119.
HSL color Cylindrical-coordinate representation of color #FF4FF0: hue angle of 305.11º 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 #FF4FF0 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 240 | - |
| CMYK | 0 | 0.69 | 0.06 | 0 |
| HSL | 305.11º | 1% | 0.65% | - |
| HSV(B) | 305.11º | 0.69% | 1% | - |
| XYZ | 59.76 | 33.14 | 85.69 | - |
| YUV | 149.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 240 | 0 | 0.69 | 0.06 | 0 | 305.11 | 1 | 0.65 |
| Hex | FF | 4F | F0 | 0 | 45 | 6 | 0 | 131 | 64 | 41 |
| Octal | 377 | 117 | 360 | 0 | 105 | 6 | 0 | 461 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11110000 | 0 | 1000101 | 110 | 0 | 100110001 | 1100100 | 1000001 |
Color Harmonies of #FF4FF0
Complementary color
Monochromatic Colors of #FF4FF0
Black with #FF4FF0
Text Example
Text Example
White with #FF4FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FF0; }
p { color: rgb(255,79,240); }
H1.HeaderClassName
{
color: #FF4FF0;
}
.AnyTagClassName
{
color: #FF4FF0;
}
</style>
background-color css
<style>
a { background-color: #FF4FF0; }
a { background-color: rgb(255,79,240); }
div.DivClassName
{
background-color: #FF4FF0;
}
.BgClassName
{
background-color: #FF4FF0;
}
</style>
border-color css
<style>
span { border-color: #FF4FF0; }
span { border-color: rgb(255,79,240); }
td.TdClassName
{
border-color: #FF4FF0;
}
.TagClassName
{
border-color: #FF4FF0;
}
</style>