Shades of Pink Flamingo #FA47FF
Tints of Pink Flamingo #FA47FF
RGB
CMYK
RGB Variations
Color information
#FA47FF (or 0xFA47FF) is known color: Pink Flamingo. HEX triplet: FA, 47 and FF. RGB value is (250,71,255). Sum of RGB (Red+Green+Blue) = 250+71+255=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 71 (28.12% from 255 or 12.33% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47FF is #05B800. Grayscale: #909090. Windows color (decimal): -374785 or 16730106. OLE color: 16730106.
HSL color Cylindrical-coordinate representation of color #FA47FF: hue angle of 298.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47FF is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 71 | 255 | - |
| CMYK | 0.02 | 0.72 | 0 | 0 |
| HSL | 298.37º | 1% | 0.64% | - |
| HSV(B) | 298.37º | 0.72% | 1% | - |
| XYZ | 59.73 | 32.05 | 97.65 | - |
| YUV | 145.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 255 | 0.02 | 0.72 | 0 | 0 | 298.37 | 1 | 0.64 |
| Hex | FA | 47 | FF | 2 | 48 | 0 | 0 | 12A | 64 | 40 |
| Octal | 372 | 107 | 377 | 2 | 110 | 0 | 0 | 452 | 144 | 100 |
| Binary | 11111010 | 1000111 | 11111111 | 10 | 1001000 | 0 | 0 | 100101010 | 1100100 | 1000000 |
Color Harmonies of #FA47FF
Complementary color
Monochromatic Colors of #FA47FF
Black with #FA47FF
Text Example
Text Example
White with #FA47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47FF; }
p { color: rgb(250,71,255); }
H1.HeaderClassName
{
color: #FA47FF;
}
.AnyTagClassName
{
color: #FA47FF;
}
</style>
background-color css
<style>
a { background-color: #FA47FF; }
a { background-color: rgb(250,71,255); }
div.DivClassName
{
background-color: #FA47FF;
}
.BgClassName
{
background-color: #FA47FF;
}
</style>
border-color css
<style>
span { border-color: #FA47FF; }
span { border-color: rgb(250,71,255); }
td.TdClassName
{
border-color: #FA47FF;
}
.TagClassName
{
border-color: #FA47FF;
}
</style>