Shades of Pink Flamingo #FA4DF0
Tints of Pink Flamingo #FA4DF0
RGB
CMYK
RGB Variations
Color information
#FA4DF0 (or 0xFA4DF0) is known color: Pink Flamingo. HEX triplet: FA, 4D and F0. RGB value is (250,77,240). Sum of RGB (Red+Green+Blue) = 250+77+240=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF0 is #05B20F. Grayscale: #929292. Windows color (decimal): -373264 or 15748602. OLE color: 15748602.
HSL color Cylindrical-coordinate representation of color #FA4DF0: hue angle of 303.47º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DF0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 240 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.47º | 0.95% | 0.64% | - |
| HSV(B) | 303.47º | 0.69% | 0.98% | - |
| XYZ | 57.81 | 31.92 | 85.55 | - |
| YUV | 147.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 240 | 0 | 0.69 | 0.04 | 0.02 | 303.47 | 0.95 | 0.64 |
| Hex | FA | 4D | F0 | 0 | 45 | 4 | 2 | 12F | 5F | 40 |
| Octal | 372 | 115 | 360 | 0 | 105 | 4 | 2 | 457 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11110000 | 0 | 1000101 | 100 | 10 | 100101111 | 1011111 | 1000000 |
Color Harmonies of #FA4DF0
Complementary color
Monochromatic Colors of #FA4DF0
Black with #FA4DF0
Text Example
Text Example
White with #FA4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DF0; }
p { color: rgb(250,77,240); }
H1.HeaderClassName
{
color: #FA4DF0;
}
.AnyTagClassName
{
color: #FA4DF0;
}
</style>
background-color css
<style>
a { background-color: #FA4DF0; }
a { background-color: rgb(250,77,240); }
div.DivClassName
{
background-color: #FA4DF0;
}
.BgClassName
{
background-color: #FA4DF0;
}
</style>
border-color css
<style>
span { border-color: #FA4DF0; }
span { border-color: rgb(250,77,240); }
td.TdClassName
{
border-color: #FA4DF0;
}
.TagClassName
{
border-color: #FA4DF0;
}
</style>