Shades of Pink Flamingo #FA47FE
Tints of Pink Flamingo #FA47FE
RGB
CMYK
RGB Variations
Color information
#FA47FE (or 0xFA47FE) is known color: Pink Flamingo. HEX triplet: FA, 47 and FE. RGB value is (250,71,254). Sum of RGB (Red+Green+Blue) = 250+71+254=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 71 (28.12% from 255 or 12.35% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47FE is #05B801. Grayscale: #909090. Windows color (decimal): -374786 or 16664570. OLE color: 16664570.
HSL color Cylindrical-coordinate representation of color #FA47FE: hue angle of 298.69º 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 #FA47FE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 71 | 254 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.00 |
| HSL | 298.69º | 0.99% | 0.64% | - |
| HSV(B) | 298.69º | 0.72% | 1% | - |
| XYZ | 59.57 | 31.99 | 96.8 | - |
| YUV | 145.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 254 | 0.02 | 0.72 | 0 | 0.00 | 298.69 | 0.99 | 0.64 |
| Hex | FA | 47 | FE | 2 | 48 | 0 | 0 | 12B | 63 | 40 |
| Octal | 372 | 107 | 376 | 2 | 110 | 0 | 0 | 453 | 143 | 100 |
| Binary | 11111010 | 1000111 | 11111110 | 10 | 1001000 | 0 | 0 | 100101011 | 1100011 | 1000000 |
Color Harmonies of #FA47FE
Complementary color
Monochromatic Colors of #FA47FE
Black with #FA47FE
Text Example
Text Example
White with #FA47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47FE; }
p { color: rgb(250,71,254); }
H1.HeaderClassName
{
color: #FA47FE;
}
.AnyTagClassName
{
color: #FA47FE;
}
</style>
background-color css
<style>
a { background-color: #FA47FE; }
a { background-color: rgb(250,71,254); }
div.DivClassName
{
background-color: #FA47FE;
}
.BgClassName
{
background-color: #FA47FE;
}
</style>
border-color css
<style>
span { border-color: #FA47FE; }
span { border-color: rgb(250,71,254); }
td.TdClassName
{
border-color: #FA47FE;
}
.TagClassName
{
border-color: #FA47FE;
}
</style>