Shades of Pink Flamingo #FA61FE
Tints of Pink Flamingo #FA61FE
RGB
CMYK
RGB Variations
Color information
#FA61FE (or 0xFA61FE) is known color: Pink Flamingo. HEX triplet: FA, 61 and FE. RGB value is (250,97,254). Sum of RGB (Red+Green+Blue) = 250+97+254=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 97 (38.28% from 255 or 16.14% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA61FE is #059E01. Grayscale: #A0A0A0. Windows color (decimal): -368130 or 16671226. OLE color: 16671226.
HSL color Cylindrical-coordinate representation of color #FA61FE: hue angle of 298.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA61FE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 97 | 254 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.00 |
| HSL | 298.47º | 0.99% | 0.69% | - |
| HSV(B) | 298.47º | 0.62% | 1% | - |
| XYZ | 61.59 | 36.03 | 97.47 | - |
| YUV | 160.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 254 | 0.02 | 0.62 | 0 | 0.00 | 298.47 | 0.99 | 0.69 |
| Hex | FA | 61 | FE | 2 | 3E | 0 | 0 | 12A | 63 | 45 |
| Octal | 372 | 141 | 376 | 2 | 76 | 0 | 0 | 452 | 143 | 105 |
| Binary | 11111010 | 1100001 | 11111110 | 10 | 111110 | 0 | 0 | 100101010 | 1100011 | 1000101 |
Color Harmonies of #FA61FE
Complementary color
Monochromatic Colors of #FA61FE
Black with #FA61FE
Text Example
Text Example
White with #FA61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61FE; }
p { color: rgb(250,97,254); }
H1.HeaderClassName
{
color: #FA61FE;
}
.AnyTagClassName
{
color: #FA61FE;
}
</style>
background-color css
<style>
a { background-color: #FA61FE; }
a { background-color: rgb(250,97,254); }
div.DivClassName
{
background-color: #FA61FE;
}
.BgClassName
{
background-color: #FA61FE;
}
</style>
border-color css
<style>
span { border-color: #FA61FE; }
span { border-color: rgb(250,97,254); }
td.TdClassName
{
border-color: #FA61FE;
}
.TagClassName
{
border-color: #FA61FE;
}
</style>