Shades of Pink Flamingo #FA46FE
Tints of Pink Flamingo #FA46FE
RGB
CMYK
RGB Variations
Color information
#FA46FE (or 0xFA46FE) is known color: Pink Flamingo. HEX triplet: FA, 46 and FE. RGB value is (250,70,254). Sum of RGB (Red+Green+Blue) = 250+70+254=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 70 (27.73% from 255 or 12.20% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA46FE is #05B901. Grayscale: #909090. Windows color (decimal): -375042 or 16664314. OLE color: 16664314.
HSL color Cylindrical-coordinate representation of color #FA46FE: hue angle of 298.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA46FE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 70 | 254 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.00 |
| HSL | 298.7º | 0.99% | 0.64% | - |
| HSV(B) | 298.7º | 0.72% | 1% | - |
| XYZ | 59.5 | 31.86 | 96.78 | - |
| YUV | 144.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 254 | 0.02 | 0.72 | 0 | 0.00 | 298.7 | 0.99 | 0.64 |
| Hex | FA | 46 | FE | 2 | 48 | 0 | 0 | 12B | 63 | 40 |
| Octal | 372 | 106 | 376 | 2 | 110 | 0 | 0 | 453 | 143 | 100 |
| Binary | 11111010 | 1000110 | 11111110 | 10 | 1001000 | 0 | 0 | 100101011 | 1100011 | 1000000 |
Color Harmonies of #FA46FE
Complementary color
Monochromatic Colors of #FA46FE
Black with #FA46FE
Text Example
Text Example
White with #FA46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46FE; }
p { color: rgb(250,70,254); }
H1.HeaderClassName
{
color: #FA46FE;
}
.AnyTagClassName
{
color: #FA46FE;
}
</style>
background-color css
<style>
a { background-color: #FA46FE; }
a { background-color: rgb(250,70,254); }
div.DivClassName
{
background-color: #FA46FE;
}
.BgClassName
{
background-color: #FA46FE;
}
</style>
border-color css
<style>
span { border-color: #FA46FE; }
span { border-color: rgb(250,70,254); }
td.TdClassName
{
border-color: #FA46FE;
}
.TagClassName
{
border-color: #FA46FE;
}
</style>