Shades of Pink Flamingo #F75EFE
Tints of Pink Flamingo #F75EFE
RGB
CMYK
RGB Variations
Color information
#F75EFE (or 0xF75EFE) is known color: Pink Flamingo. HEX triplet: F7, 5E and FE. RGB value is (247,94,254). Sum of RGB (Red+Green+Blue) = 247+94+254=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 94 (37.11% from 255 or 15.80% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F75EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75EFE is #08A101. Grayscale: #9D9D9D. Windows color (decimal): -565506 or 16670455. OLE color: 16670455.
HSL color Cylindrical-coordinate representation of color #F75EFE: hue angle of 297.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75EFE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 94 | 254 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.00 |
| HSL | 297.38º | 0.99% | 0.68% | - |
| HSV(B) | 297.38º | 0.63% | 1% | - |
| XYZ | 60.25 | 34.94 | 97.33 | - |
| YUV | 157.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 94 | 254 | 0.03 | 0.63 | 0 | 0.00 | 297.38 | 0.99 | 0.68 |
| Hex | F7 | 5E | FE | 3 | 3F | 0 | 0 | 129 | 63 | 44 |
| Octal | 367 | 136 | 376 | 3 | 77 | 0 | 0 | 451 | 143 | 104 |
| Binary | 11110111 | 1011110 | 11111110 | 11 | 111111 | 0 | 0 | 100101001 | 1100011 | 1000100 |
Color Harmonies of #F75EFE
Complementary color
Monochromatic Colors of #F75EFE
Black with #F75EFE
Text Example
Text Example
White with #F75EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75EFE; }
p { color: rgb(247,94,254); }
H1.HeaderClassName
{
color: #F75EFE;
}
.AnyTagClassName
{
color: #F75EFE;
}
</style>
background-color css
<style>
a { background-color: #F75EFE; }
a { background-color: rgb(247,94,254); }
div.DivClassName
{
background-color: #F75EFE;
}
.BgClassName
{
background-color: #F75EFE;
}
</style>
border-color css
<style>
span { border-color: #F75EFE; }
span { border-color: rgb(247,94,254); }
td.TdClassName
{
border-color: #F75EFE;
}
.TagClassName
{
border-color: #F75EFE;
}
</style>