Shades of Pink Flamingo #FA65FF
Tints of Pink Flamingo #FA65FF
RGB
CMYK
RGB Variations
Color information
#FA65FF (or 0xFA65FF) is known color: Pink Flamingo. HEX triplet: FA, 65 and FF. RGB value is (250,101,255). Sum of RGB (Red+Green+Blue) = 250+101+255=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 101 (39.84% from 255 or 16.67% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65FF is #059A00. Grayscale: #A2A2A2. Windows color (decimal): -367105 or 16737786. OLE color: 16737786.
HSL color Cylindrical-coordinate representation of color #FA65FF: hue angle of 298.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65FF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 101 | 255 | - |
| CMYK | 0.02 | 0.60 | 0 | 0 |
| HSL | 298.05º | 1% | 0.7% | - |
| HSV(B) | 298.05º | 0.6% | 1% | - |
| XYZ | 62.13 | 36.85 | 98.45 | - |
| YUV | 163.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 255 | 0.02 | 0.60 | 0 | 0 | 298.05 | 1 | 0.7 |
| Hex | FA | 65 | FF | 2 | 3C | 0 | 0 | 12A | 64 | 46 |
| Octal | 372 | 145 | 377 | 2 | 74 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111010 | 1100101 | 11111111 | 10 | 111100 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #FA65FF
Complementary color
Monochromatic Colors of #FA65FF
Black with #FA65FF
Text Example
Text Example
White with #FA65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65FF; }
p { color: rgb(250,101,255); }
H1.HeaderClassName
{
color: #FA65FF;
}
.AnyTagClassName
{
color: #FA65FF;
}
</style>
background-color css
<style>
a { background-color: #FA65FF; }
a { background-color: rgb(250,101,255); }
div.DivClassName
{
background-color: #FA65FF;
}
.BgClassName
{
background-color: #FA65FF;
}
</style>
border-color css
<style>
span { border-color: #FA65FF; }
span { border-color: rgb(250,101,255); }
td.TdClassName
{
border-color: #FA65FF;
}
.TagClassName
{
border-color: #FA65FF;
}
</style>