Shades of Pink Flamingo #FA61FF
Tints of Pink Flamingo #FA61FF
RGB
CMYK
RGB Variations
Color information
#FA61FF (or 0xFA61FF) is known color: Pink Flamingo. HEX triplet: FA, 61 and FF. RGB value is (250,97,255). Sum of RGB (Red+Green+Blue) = 250+97+255=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 97 (38.28% from 255 or 16.11% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA61FF is #059E00. Grayscale: #A0A0A0. Windows color (decimal): -368129 or 16736762. OLE color: 16736762.
HSL color Cylindrical-coordinate representation of color #FA61FF: hue angle of 298.1º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA61FF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 97 | 255 | - |
| CMYK | 0.02 | 0.62 | 0 | 0 |
| HSL | 298.1º | 1% | 0.69% | - |
| HSV(B) | 298.1º | 0.62% | 1% | - |
| XYZ | 61.75 | 36.09 | 98.32 | - |
| YUV | 160.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 255 | 0.02 | 0.62 | 0 | 0 | 298.1 | 1 | 0.69 |
| Hex | FA | 61 | FF | 2 | 3E | 0 | 0 | 12A | 64 | 45 |
| Octal | 372 | 141 | 377 | 2 | 76 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111010 | 1100001 | 11111111 | 10 | 111110 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FA61FF
Complementary color
Monochromatic Colors of #FA61FF
Black with #FA61FF
Text Example
Text Example
White with #FA61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61FF; }
p { color: rgb(250,97,255); }
H1.HeaderClassName
{
color: #FA61FF;
}
.AnyTagClassName
{
color: #FA61FF;
}
</style>
background-color css
<style>
a { background-color: #FA61FF; }
a { background-color: rgb(250,97,255); }
div.DivClassName
{
background-color: #FA61FF;
}
.BgClassName
{
background-color: #FA61FF;
}
</style>
border-color css
<style>
span { border-color: #FA61FF; }
span { border-color: rgb(250,97,255); }
td.TdClassName
{
border-color: #FA61FF;
}
.TagClassName
{
border-color: #FA61FF;
}
</style>