Shades of Pink Flamingo #F748F7
Tints of Pink Flamingo #F748F7
RGB
CMYK
RGB Variations
Color information
#F748F7 (or 0xF748F7) is known color: Pink Flamingo. HEX triplet: F7, 48 and F7. RGB value is (247,72,247). Sum of RGB (Red+Green+Blue) = 247+72+247=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F748F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F748F7 is #08B708. Grayscale: #8F8F8F. Windows color (decimal): -571145 or 16206071. OLE color: 16206071.
HSL color Cylindrical-coordinate representation of color #F748F7: hue angle of 300º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748F7 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 247 | - |
| CMYK | 0 | 0.71 | 0 | 0.03 |
| HSL | 300º | 0.92% | 0.63% | - |
| HSV(B) | 300º | 0.71% | 0.97% | - |
| XYZ | 57.46 | 31.12 | 90.97 | - |
| YUV | 144.28 | 185.98 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 247 | 0 | 0.71 | 0 | 0.03 | 300 | 0.92 | 0.63 |
| Hex | F7 | 48 | F7 | 0 | 47 | 0 | 3 | 12C | 5C | 3F |
| Octal | 367 | 110 | 367 | 0 | 107 | 0 | 3 | 454 | 134 | 77 |
| Binary | 11110111 | 1001000 | 11110111 | 0 | 1000111 | 0 | 11 | 100101100 | 1011100 | 111111 |
Color Harmonies of #F748F7
Complementary color
Monochromatic Colors of #F748F7
Black with #F748F7
Text Example
Text Example
White with #F748F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748F7; }
p { color: rgb(247,72,247); }
H1.HeaderClassName
{
color: #F748F7;
}
.AnyTagClassName
{
color: #F748F7;
}
</style>
background-color css
<style>
a { background-color: #F748F7; }
a { background-color: rgb(247,72,247); }
div.DivClassName
{
background-color: #F748F7;
}
.BgClassName
{
background-color: #F748F7;
}
</style>
border-color css
<style>
span { border-color: #F748F7; }
span { border-color: rgb(247,72,247); }
td.TdClassName
{
border-color: #F748F7;
}
.TagClassName
{
border-color: #F748F7;
}
</style>