Shades of Pink Flamingo #F75EFF
Tints of Pink Flamingo #F75EFF
RGB
CMYK
RGB Variations
Color information
#F75EFF (or 0xF75EFF) is known color: Pink Flamingo. HEX triplet: F7, 5E and FF. RGB value is (247,94,255). Sum of RGB (Red+Green+Blue) = 247+94+255=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 94 (37.11% from 255 or 15.77% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFF is #08A100. Grayscale: #9D9D9D. Windows color (decimal): -565505 or 16735991. OLE color: 16735991.
HSL color Cylindrical-coordinate representation of color #F75EFF: hue angle of 297.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75EFF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 94 | 255 | - |
| CMYK | 0.03 | 0.63 | 0 | 0 |
| HSL | 297.02º | 1% | 0.68% | - |
| HSV(B) | 297.02º | 0.63% | 1% | - |
| XYZ | 60.41 | 35 | 98.18 | - |
| YUV | 158.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 255 | 0.03 | 0.63 | 0 | 0 | 297.02 | 1 | 0.68 |
| Hex | F7 | 5E | FF | 3 | 3F | 0 | 0 | 129 | 64 | 44 |
| Octal | 367 | 136 | 377 | 3 | 77 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11110111 | 1011110 | 11111111 | 11 | 111111 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F75EFF
Complementary color
Monochromatic Colors of #F75EFF
Black with #F75EFF
Text Example
Text Example
White with #F75EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75EFF; }
p { color: rgb(247,94,255); }
H1.HeaderClassName
{
color: #F75EFF;
}
.AnyTagClassName
{
color: #F75EFF;
}
</style>
background-color css
<style>
a { background-color: #F75EFF; }
a { background-color: rgb(247,94,255); }
div.DivClassName
{
background-color: #F75EFF;
}
.BgClassName
{
background-color: #F75EFF;
}
</style>
border-color css
<style>
span { border-color: #F75EFF; }
span { border-color: rgb(247,94,255); }
td.TdClassName
{
border-color: #F75EFF;
}
.TagClassName
{
border-color: #F75EFF;
}
</style>