Shades of Pink Flamingo #FA68F2
Tints of Pink Flamingo #FA68F2
RGB
CMYK
RGB Variations
Color information
#FA68F2 (or 0xFA68F2) is known color: Pink Flamingo. HEX triplet: FA, 68 and F2. RGB value is (250,104,242). Sum of RGB (Red+Green+Blue) = 250+104+242=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68F2 is #05970D. Grayscale: #A2A2A2. Windows color (decimal): -366350 or 15886586. OLE color: 15886586.
HSL color Cylindrical-coordinate representation of color #FA68F2: hue angle of 303.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68F2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 242 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.02 |
| HSL | 303.29º | 0.94% | 0.69% | - |
| HSV(B) | 303.29º | 0.58% | 0.98% | - |
| XYZ | 60.4 | 36.64 | 87.89 | - |
| YUV | 163.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 242 | 0 | 0.58 | 0.03 | 0.02 | 303.29 | 0.94 | 0.69 |
| Hex | FA | 68 | F2 | 0 | 3A | 3 | 2 | 12F | 5E | 45 |
| Octal | 372 | 150 | 362 | 0 | 72 | 3 | 2 | 457 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11110010 | 0 | 111010 | 11 | 10 | 100101111 | 1011110 | 1000101 |
Color Harmonies of #FA68F2
Complementary color
Monochromatic Colors of #FA68F2
Black with #FA68F2
Text Example
Text Example
White with #FA68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68F2; }
p { color: rgb(250,104,242); }
H1.HeaderClassName
{
color: #FA68F2;
}
.AnyTagClassName
{
color: #FA68F2;
}
</style>
background-color css
<style>
a { background-color: #FA68F2; }
a { background-color: rgb(250,104,242); }
div.DivClassName
{
background-color: #FA68F2;
}
.BgClassName
{
background-color: #FA68F2;
}
</style>
border-color css
<style>
span { border-color: #FA68F2; }
span { border-color: rgb(250,104,242); }
td.TdClassName
{
border-color: #FA68F2;
}
.TagClassName
{
border-color: #FA68F2;
}
</style>