Shades of Pink Flamingo #FA67EE
Tints of Pink Flamingo #FA67EE
RGB
CMYK
RGB Variations
Color information
#FA67EE (or 0xFA67EE) is known color: Pink Flamingo. HEX triplet: FA, 67 and EE. RGB value is (250,103,238). Sum of RGB (Red+Green+Blue) = 250+103+238=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 103 (40.62% from 255 or 17.43% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA67EE is #059811. Grayscale: #A1A1A1. Windows color (decimal): -366610 or 15624186. OLE color: 15624186.
HSL color Cylindrical-coordinate representation of color #FA67EE: hue angle of 304.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67EE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 238 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.02 |
| HSL | 304.9º | 0.94% | 0.69% | - |
| HSV(B) | 304.9º | 0.59% | 0.98% | - |
| XYZ | 59.71 | 36.2 | 84.73 | - |
| YUV | 162.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 238 | 0 | 0.59 | 0.05 | 0.02 | 304.9 | 0.94 | 0.69 |
| Hex | FA | 67 | EE | 0 | 3B | 5 | 2 | 131 | 5E | 45 |
| Octal | 372 | 147 | 356 | 0 | 73 | 5 | 2 | 461 | 136 | 105 |
| Binary | 11111010 | 1100111 | 11101110 | 0 | 111011 | 101 | 10 | 100110001 | 1011110 | 1000101 |
Color Harmonies of #FA67EE
Complementary color
Monochromatic Colors of #FA67EE
Black with #FA67EE
Text Example
Text Example
White with #FA67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA67EE; }
p { color: rgb(250,103,238); }
H1.HeaderClassName
{
color: #FA67EE;
}
.AnyTagClassName
{
color: #FA67EE;
}
</style>
background-color css
<style>
a { background-color: #FA67EE; }
a { background-color: rgb(250,103,238); }
div.DivClassName
{
background-color: #FA67EE;
}
.BgClassName
{
background-color: #FA67EE;
}
</style>
border-color css
<style>
span { border-color: #FA67EE; }
span { border-color: rgb(250,103,238); }
td.TdClassName
{
border-color: #FA67EE;
}
.TagClassName
{
border-color: #FA67EE;
}
</style>