Shades of Pink Flamingo #FA68FF
Tints of Pink Flamingo #FA68FF
RGB
CMYK
RGB Variations
Color information
#FA68FF (or 0xFA68FF) is known color: Pink Flamingo. HEX triplet: FA, 68 and FF. RGB value is (250,104,255). Sum of RGB (Red+Green+Blue) = 250+104+255=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 104 (41.02% from 255 or 17.08% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68FF is #059700. Grayscale: #A4A4A4. Windows color (decimal): -366337 or 16738554. OLE color: 16738554.
HSL color Cylindrical-coordinate representation of color #FA68FF: hue angle of 298.01º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA68FF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 104 | 255 | - |
| CMYK | 0.02 | 0.59 | 0 | 0 |
| HSL | 298.01º | 1% | 0.7% | - |
| HSV(B) | 298.01º | 0.59% | 1% | - |
| XYZ | 62.42 | 37.44 | 98.55 | - |
| YUV | 164.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 255 | 0.02 | 0.59 | 0 | 0 | 298.01 | 1 | 0.7 |
| Hex | FA | 68 | FF | 2 | 3B | 0 | 0 | 12A | 64 | 46 |
| Octal | 372 | 150 | 377 | 2 | 73 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111010 | 1101000 | 11111111 | 10 | 111011 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #FA68FF
Complementary color
Monochromatic Colors of #FA68FF
Black with #FA68FF
Text Example
Text Example
White with #FA68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68FF; }
p { color: rgb(250,104,255); }
H1.HeaderClassName
{
color: #FA68FF;
}
.AnyTagClassName
{
color: #FA68FF;
}
</style>
background-color css
<style>
a { background-color: #FA68FF; }
a { background-color: rgb(250,104,255); }
div.DivClassName
{
background-color: #FA68FF;
}
.BgClassName
{
background-color: #FA68FF;
}
</style>
border-color css
<style>
span { border-color: #FA68FF; }
span { border-color: rgb(250,104,255); }
td.TdClassName
{
border-color: #FA68FF;
}
.TagClassName
{
border-color: #FA68FF;
}
</style>