Shades of Pink Flamingo #FA52F0
Tints of Pink Flamingo #FA52F0
RGB
CMYK
RGB Variations
Color information
#FA52F0 (or 0xFA52F0) is known color: Pink Flamingo. HEX triplet: FA, 52 and F0. RGB value is (250,82,240). Sum of RGB (Red+Green+Blue) = 250+82+240=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52F0 is #05AD0F. Grayscale: #959595. Windows color (decimal): -371984 or 15749882. OLE color: 15749882.
HSL color Cylindrical-coordinate representation of color #FA52F0: hue angle of 303.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52F0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 240 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.02 |
| HSL | 303.57º | 0.94% | 0.65% | - |
| HSV(B) | 303.57º | 0.67% | 0.98% | - |
| XYZ | 58.17 | 32.65 | 85.67 | - |
| YUV | 150.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 240 | 0 | 0.67 | 0.04 | 0.02 | 303.57 | 0.94 | 0.65 |
| Hex | FA | 52 | F0 | 0 | 43 | 4 | 2 | 130 | 5E | 41 |
| Octal | 372 | 122 | 360 | 0 | 103 | 4 | 2 | 460 | 136 | 101 |
| Binary | 11111010 | 1010010 | 11110000 | 0 | 1000011 | 100 | 10 | 100110000 | 1011110 | 1000001 |
Color Harmonies of #FA52F0
Complementary color
Monochromatic Colors of #FA52F0
Black with #FA52F0
Text Example
Text Example
White with #FA52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52F0; }
p { color: rgb(250,82,240); }
H1.HeaderClassName
{
color: #FA52F0;
}
.AnyTagClassName
{
color: #FA52F0;
}
</style>
background-color css
<style>
a { background-color: #FA52F0; }
a { background-color: rgb(250,82,240); }
div.DivClassName
{
background-color: #FA52F0;
}
.BgClassName
{
background-color: #FA52F0;
}
</style>
border-color css
<style>
span { border-color: #FA52F0; }
span { border-color: rgb(250,82,240); }
td.TdClassName
{
border-color: #FA52F0;
}
.TagClassName
{
border-color: #FA52F0;
}
</style>