Shades of Pink Flamingo #F750FE
Tints of Pink Flamingo #F750FE
RGB
CMYK
RGB Variations
Color information
#F750FE (or 0xF750FE) is known color: Pink Flamingo. HEX triplet: F7, 50 and FE. RGB value is (247,80,254). Sum of RGB (Red+Green+Blue) = 247+80+254=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 80 (31.64% from 255 or 13.77% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #F750FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F750FE is #08AF01. Grayscale: #959595. Windows color (decimal): -569090 or 16666871. OLE color: 16666871.
HSL color Cylindrical-coordinate representation of color #F750FE: hue angle of 297.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F750FE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 80 | 254 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.00 |
| HSL | 297.59º | 0.99% | 0.65% | - |
| HSV(B) | 297.59º | 0.69% | 1% | - |
| XYZ | 59.12 | 32.67 | 96.96 | - |
| YUV | 149.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 254 | 0.03 | 0.69 | 0 | 0.00 | 297.59 | 0.99 | 0.65 |
| Hex | F7 | 50 | FE | 3 | 45 | 0 | 0 | 12A | 63 | 41 |
| Octal | 367 | 120 | 376 | 3 | 105 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11110111 | 1010000 | 11111110 | 11 | 1000101 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F750FE
Complementary color
Monochromatic Colors of #F750FE
Black with #F750FE
Text Example
Text Example
White with #F750FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750FE; }
p { color: rgb(247,80,254); }
H1.HeaderClassName
{
color: #F750FE;
}
.AnyTagClassName
{
color: #F750FE;
}
</style>
background-color css
<style>
a { background-color: #F750FE; }
a { background-color: rgb(247,80,254); }
div.DivClassName
{
background-color: #F750FE;
}
.BgClassName
{
background-color: #F750FE;
}
</style>
border-color css
<style>
span { border-color: #F750FE; }
span { border-color: rgb(247,80,254); }
td.TdClassName
{
border-color: #F750FE;
}
.TagClassName
{
border-color: #F750FE;
}
</style>