Shades of Pink Flamingo #FF69EA
Tints of Pink Flamingo #FF69EA
RGB
CMYK
RGB Variations
Color information
#FF69EA (or 0xFF69EA) is known color: Pink Flamingo. HEX triplet: FF, 69 and EA. RGB value is (255,105,234). Sum of RGB (Red+Green+Blue) = 255+105+234=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69EA is #009615. Grayscale: #A4A4A4. Windows color (decimal): -38422 or 15362559. OLE color: 15362559.
HSL color Cylindrical-coordinate representation of color #FF69EA: hue angle of 308.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69EA is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 234 | - |
| CMYK | 0 | 0.59 | 0.08 | 0 |
| HSL | 308.4º | 1% | 0.71% | - |
| HSV(B) | 308.4º | 0.59% | 1% | - |
| XYZ | 61.14 | 37.3 | 81.82 | - |
| YUV | 164.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 234 | 0 | 0.59 | 0.08 | 0 | 308.4 | 1 | 0.71 |
| Hex | FF | 69 | EA | 0 | 3B | 8 | 0 | 134 | 64 | 47 |
| Octal | 377 | 151 | 352 | 0 | 73 | 10 | 0 | 464 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11101010 | 0 | 111011 | 1000 | 0 | 100110100 | 1100100 | 1000111 |
Color Harmonies of #FF69EA
Complementary color
Monochromatic Colors of #FF69EA
Black with #FF69EA
Text Example
Text Example
White with #FF69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69EA; }
p { color: rgb(255,105,234); }
H1.HeaderClassName
{
color: #FF69EA;
}
.AnyTagClassName
{
color: #FF69EA;
}
</style>
background-color css
<style>
a { background-color: #FF69EA; }
a { background-color: rgb(255,105,234); }
div.DivClassName
{
background-color: #FF69EA;
}
.BgClassName
{
background-color: #FF69EA;
}
</style>
border-color css
<style>
span { border-color: #FF69EA; }
span { border-color: rgb(255,105,234); }
td.TdClassName
{
border-color: #FF69EA;
}
.TagClassName
{
border-color: #FF69EA;
}
</style>