Shades of Pink Flamingo #F744F8
Tints of Pink Flamingo #F744F8
RGB
CMYK
RGB Variations
Color information
#F744F8 (or 0xF744F8) is known color: Pink Flamingo. HEX triplet: F7, 44 and F8. RGB value is (247,68,248). Sum of RGB (Red+Green+Blue) = 247+68+248=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 68 (26.95% from 255 or 12.08% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #F744F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F744F8 is #08BB07. Grayscale: #8D8D8D. Windows color (decimal): -572168 or 16270583. OLE color: 16270583.
HSL color Cylindrical-coordinate representation of color #F744F8: hue angle of 299.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F744F8 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 248 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.03 |
| HSL | 299.67º | 0.93% | 0.62% | - |
| HSV(B) | 299.67º | 0.73% | 0.97% | - |
| XYZ | 57.37 | 30.69 | 91.71 | - |
| YUV | 142.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 248 | 0.00 | 0.73 | 0 | 0.03 | 299.67 | 0.93 | 0.62 |
| Hex | F7 | 44 | F8 | 0 | 49 | 0 | 3 | 12C | 5D | 3E |
| Octal | 367 | 104 | 370 | 0 | 111 | 0 | 3 | 454 | 135 | 76 |
| Binary | 11110111 | 1000100 | 11111000 | 0 | 1001001 | 0 | 11 | 100101100 | 1011101 | 111110 |
Color Harmonies of #F744F8
Complementary color
Monochromatic Colors of #F744F8
Black with #F744F8
Text Example
Text Example
White with #F744F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744F8; }
p { color: rgb(247,68,248); }
H1.HeaderClassName
{
color: #F744F8;
}
.AnyTagClassName
{
color: #F744F8;
}
</style>
background-color css
<style>
a { background-color: #F744F8; }
a { background-color: rgb(247,68,248); }
div.DivClassName
{
background-color: #F744F8;
}
.BgClassName
{
background-color: #F744F8;
}
</style>
border-color css
<style>
span { border-color: #F744F8; }
span { border-color: rgb(247,68,248); }
td.TdClassName
{
border-color: #F744F8;
}
.TagClassName
{
border-color: #F744F8;
}
</style>