Shades of Pink Flamingo #F748F8
Tints of Pink Flamingo #F748F8
RGB
CMYK
RGB Variations
Color information
#F748F8 (or 0xF748F8) is known color: Pink Flamingo. HEX triplet: F7, 48 and F8. RGB value is (247,72,248). Sum of RGB (Red+Green+Blue) = 247+72+248=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 72 (28.52% from 255 or 12.70% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #F748F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F748F8 is #08B707. Grayscale: #8F8F8F. Windows color (decimal): -571144 or 16271607. OLE color: 16271607.
HSL color Cylindrical-coordinate representation of color #F748F8: hue angle of 299.66º degrees, saturation: 0.93, 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 #F748F8 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 248 | - |
| CMYK | 0.00 | 0.71 | 0 | 0.03 |
| HSL | 299.66º | 0.93% | 0.63% | - |
| HSV(B) | 299.66º | 0.71% | 0.97% | - |
| XYZ | 57.62 | 31.19 | 91.79 | - |
| YUV | 144.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 248 | 0.00 | 0.71 | 0 | 0.03 | 299.66 | 0.93 | 0.63 |
| Hex | F7 | 48 | F8 | 0 | 47 | 0 | 3 | 12C | 5D | 3F |
| Octal | 367 | 110 | 370 | 0 | 107 | 0 | 3 | 454 | 135 | 77 |
| Binary | 11110111 | 1001000 | 11111000 | 0 | 1000111 | 0 | 11 | 100101100 | 1011101 | 111111 |
Color Harmonies of #F748F8
Complementary color
Monochromatic Colors of #F748F8
Black with #F748F8
Text Example
Text Example
White with #F748F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748F8; }
p { color: rgb(247,72,248); }
H1.HeaderClassName
{
color: #F748F8;
}
.AnyTagClassName
{
color: #F748F8;
}
</style>
background-color css
<style>
a { background-color: #F748F8; }
a { background-color: rgb(247,72,248); }
div.DivClassName
{
background-color: #F748F8;
}
.BgClassName
{
background-color: #F748F8;
}
</style>
border-color css
<style>
span { border-color: #F748F8; }
span { border-color: rgb(247,72,248); }
td.TdClassName
{
border-color: #F748F8;
}
.TagClassName
{
border-color: #F748F8;
}
</style>