Shades of Pink Flamingo #FA52FE
Tints of Pink Flamingo #FA52FE
RGB
CMYK
RGB Variations
Color information
#FA52FE (or 0xFA52FE) is known color: Pink Flamingo. HEX triplet: FA, 52 and FE. RGB value is (250,82,254). Sum of RGB (Red+Green+Blue) = 250+82+254=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 82 (32.42% from 255 or 13.99% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52FE is #05AD01. Grayscale: #979797. Windows color (decimal): -371970 or 16667386. OLE color: 16667386.
HSL color Cylindrical-coordinate representation of color #FA52FE: hue angle of 298.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA52FE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 82 | 254 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.00 |
| HSL | 298.6º | 0.99% | 0.66% | - |
| HSV(B) | 298.6º | 0.68% | 1% | - |
| XYZ | 60.33 | 33.51 | 97.06 | - |
| YUV | 151.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 254 | 0.02 | 0.68 | 0 | 0.00 | 298.6 | 0.99 | 0.66 |
| Hex | FA | 52 | FE | 2 | 44 | 0 | 0 | 12B | 63 | 42 |
| Octal | 372 | 122 | 376 | 2 | 104 | 0 | 0 | 453 | 143 | 102 |
| Binary | 11111010 | 1010010 | 11111110 | 10 | 1000100 | 0 | 0 | 100101011 | 1100011 | 1000010 |
Color Harmonies of #FA52FE
Complementary color
Monochromatic Colors of #FA52FE
Black with #FA52FE
Text Example
Text Example
White with #FA52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52FE; }
p { color: rgb(250,82,254); }
H1.HeaderClassName
{
color: #FA52FE;
}
.AnyTagClassName
{
color: #FA52FE;
}
</style>
background-color css
<style>
a { background-color: #FA52FE; }
a { background-color: rgb(250,82,254); }
div.DivClassName
{
background-color: #FA52FE;
}
.BgClassName
{
background-color: #FA52FE;
}
</style>
border-color css
<style>
span { border-color: #FA52FE; }
span { border-color: rgb(250,82,254); }
td.TdClassName
{
border-color: #FA52FE;
}
.TagClassName
{
border-color: #FA52FE;
}
</style>