Shades of Pink Flamingo #FA46FF
Tints of Pink Flamingo #FA46FF
RGB
CMYK
RGB Variations
Color information
#FA46FF (or 0xFA46FF) is known color: Pink Flamingo. HEX triplet: FA, 46 and FF. RGB value is (250,70,255). Sum of RGB (Red+Green+Blue) = 250+70+255=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 70 (27.73% from 255 or 12.17% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA46FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA46FF is #05B900. Grayscale: #909090. Windows color (decimal): -375041 or 16729850. OLE color: 16729850.
HSL color Cylindrical-coordinate representation of color #FA46FF: hue angle of 298.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA46FF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 70 | 255 | - |
| CMYK | 0.02 | 0.73 | 0 | 0 |
| HSL | 298.38º | 1% | 0.64% | - |
| HSV(B) | 298.38º | 0.73% | 1% | - |
| XYZ | 59.66 | 31.92 | 97.63 | - |
| YUV | 144.91 | 190.13 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 255 | 0.02 | 0.73 | 0 | 0 | 298.38 | 1 | 0.64 |
| Hex | FA | 46 | FF | 2 | 49 | 0 | 0 | 12A | 64 | 40 |
| Octal | 372 | 106 | 377 | 2 | 111 | 0 | 0 | 452 | 144 | 100 |
| Binary | 11111010 | 1000110 | 11111111 | 10 | 1001001 | 0 | 0 | 100101010 | 1100100 | 1000000 |
Color Harmonies of #FA46FF
Complementary color
Monochromatic Colors of #FA46FF
Black with #FA46FF
Text Example
Text Example
White with #FA46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46FF; }
p { color: rgb(250,70,255); }
H1.HeaderClassName
{
color: #FA46FF;
}
.AnyTagClassName
{
color: #FA46FF;
}
</style>
background-color css
<style>
a { background-color: #FA46FF; }
a { background-color: rgb(250,70,255); }
div.DivClassName
{
background-color: #FA46FF;
}
.BgClassName
{
background-color: #FA46FF;
}
</style>
border-color css
<style>
span { border-color: #FA46FF; }
span { border-color: rgb(250,70,255); }
td.TdClassName
{
border-color: #FA46FF;
}
.TagClassName
{
border-color: #FA46FF;
}
</style>