Shades of Pink Flamingo #FA52F5
Tints of Pink Flamingo #FA52F5
RGB
CMYK
RGB Variations
Color information
#FA52F5 (or 0xFA52F5) is known color: Pink Flamingo. HEX triplet: FA, 52 and F5. RGB value is (250,82,245). Sum of RGB (Red+Green+Blue) = 250+82+245=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52F5 is #05AD0A. Grayscale: #969696. Windows color (decimal): -371979 or 16077562. OLE color: 16077562.
HSL color Cylindrical-coordinate representation of color #FA52F5: hue angle of 301.79º 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 #FA52F5 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 245 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.02 |
| HSL | 301.79º | 0.94% | 0.65% | - |
| HSV(B) | 301.79º | 0.67% | 0.98% | - |
| XYZ | 58.92 | 32.95 | 89.64 | - |
| YUV | 150.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 245 | 0 | 0.67 | 0.02 | 0.02 | 301.79 | 0.94 | 0.65 |
| Hex | FA | 52 | F5 | 0 | 43 | 2 | 2 | 12E | 5E | 41 |
| Octal | 372 | 122 | 365 | 0 | 103 | 2 | 2 | 456 | 136 | 101 |
| Binary | 11111010 | 1010010 | 11110101 | 0 | 1000011 | 10 | 10 | 100101110 | 1011110 | 1000001 |
Color Harmonies of #FA52F5
Complementary color
Monochromatic Colors of #FA52F5
Black with #FA52F5
Text Example
Text Example
White with #FA52F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52F5; }
p { color: rgb(250,82,245); }
H1.HeaderClassName
{
color: #FA52F5;
}
.AnyTagClassName
{
color: #FA52F5;
}
</style>
background-color css
<style>
a { background-color: #FA52F5; }
a { background-color: rgb(250,82,245); }
div.DivClassName
{
background-color: #FA52F5;
}
.BgClassName
{
background-color: #FA52F5;
}
</style>
border-color css
<style>
span { border-color: #FA52F5; }
span { border-color: rgb(250,82,245); }
td.TdClassName
{
border-color: #FA52F5;
}
.TagClassName
{
border-color: #FA52F5;
}
</style>