Shades of Pink Flamingo #FA69FE
Tints of Pink Flamingo #FA69FE
RGB
CMYK
RGB Variations
Color information
#FA69FE (or 0xFA69FE) is known color: Pink Flamingo. HEX triplet: FA, 69 and FE. RGB value is (250,105,254). Sum of RGB (Red+Green+Blue) = 250+105+254=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 105 (41.41% from 255 or 17.24% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA69FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69FE is #059601. Grayscale: #A4A4A4. Windows color (decimal): -366082 or 16673274. OLE color: 16673274.
HSL color Cylindrical-coordinate representation of color #FA69FE: hue angle of 298.39º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA69FE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 105 | 254 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.00 |
| HSL | 298.39º | 0.99% | 0.7% | - |
| HSV(B) | 298.39º | 0.59% | 1% | - |
| XYZ | 62.37 | 37.58 | 97.73 | - |
| YUV | 165.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 254 | 0.02 | 0.59 | 0 | 0.00 | 298.39 | 0.99 | 0.7 |
| Hex | FA | 69 | FE | 2 | 3B | 0 | 0 | 12A | 63 | 46 |
| Octal | 372 | 151 | 376 | 2 | 73 | 0 | 0 | 452 | 143 | 106 |
| Binary | 11111010 | 1101001 | 11111110 | 10 | 111011 | 0 | 0 | 100101010 | 1100011 | 1000110 |
Color Harmonies of #FA69FE
Complementary color
Monochromatic Colors of #FA69FE
Black with #FA69FE
Text Example
Text Example
White with #FA69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA69FE; }
p { color: rgb(250,105,254); }
H1.HeaderClassName
{
color: #FA69FE;
}
.AnyTagClassName
{
color: #FA69FE;
}
</style>
background-color css
<style>
a { background-color: #FA69FE; }
a { background-color: rgb(250,105,254); }
div.DivClassName
{
background-color: #FA69FE;
}
.BgClassName
{
background-color: #FA69FE;
}
</style>
border-color css
<style>
span { border-color: #FA69FE; }
span { border-color: rgb(250,105,254); }
td.TdClassName
{
border-color: #FA69FE;
}
.TagClassName
{
border-color: #FA69FE;
}
</style>