Shades of Pink Flamingo #F75CEA
Tints of Pink Flamingo #F75CEA
RGB
CMYK
RGB Variations
Color information
#F75CEA (or 0xF75CEA) is known color: Pink Flamingo. HEX triplet: F7, 5C and EA. RGB value is (247,92,234). Sum of RGB (Red+Green+Blue) = 247+92+234=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CEA is #08A315. Grayscale: #9A9A9A. Windows color (decimal): -566038 or 15359223. OLE color: 15359223.
HSL color Cylindrical-coordinate representation of color #F75CEA: hue angle of 305.03º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CEA is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 234 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.03 |
| HSL | 305.03º | 0.91% | 0.66% | - |
| HSV(B) | 305.03º | 0.63% | 0.97% | - |
| XYZ | 57.04 | 33.37 | 81.28 | - |
| YUV | 154.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 234 | 0 | 0.63 | 0.05 | 0.03 | 305.03 | 0.91 | 0.66 |
| Hex | F7 | 5C | EA | 0 | 3F | 5 | 3 | 131 | 5B | 42 |
| Octal | 367 | 134 | 352 | 0 | 77 | 5 | 3 | 461 | 133 | 102 |
| Binary | 11110111 | 1011100 | 11101010 | 0 | 111111 | 101 | 11 | 100110001 | 1011011 | 1000010 |
Color Harmonies of #F75CEA
Complementary color
Monochromatic Colors of #F75CEA
Black with #F75CEA
Text Example
Text Example
White with #F75CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75CEA; }
p { color: rgb(247,92,234); }
H1.HeaderClassName
{
color: #F75CEA;
}
.AnyTagClassName
{
color: #F75CEA;
}
</style>
background-color css
<style>
a { background-color: #F75CEA; }
a { background-color: rgb(247,92,234); }
div.DivClassName
{
background-color: #F75CEA;
}
.BgClassName
{
background-color: #F75CEA;
}
</style>
border-color css
<style>
span { border-color: #F75CEA; }
span { border-color: rgb(247,92,234); }
td.TdClassName
{
border-color: #F75CEA;
}
.TagClassName
{
border-color: #F75CEA;
}
</style>