Shades of Pink Flamingo #F73CF8
Tints of Pink Flamingo #F73CF8
RGB
CMYK
RGB Variations
Color information
#F73CF8 (or 0xF73CF8) is known color: Pink Flamingo. HEX triplet: F7, 3C and F8. RGB value is (247,60,248). Sum of RGB (Red+Green+Blue) = 247+60+248=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 60 (23.83% from 255 or 10.81% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #F73CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CF8 is #08C307. Grayscale: #888888. Windows color (decimal): -574216 or 16268535. OLE color: 16268535.
HSL color Cylindrical-coordinate representation of color #F73CF8: hue angle of 299.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CF8 is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 248 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.03 |
| HSL | 299.68º | 0.93% | 0.6% | - |
| HSV(B) | 299.68º | 0.76% | 0.97% | - |
| XYZ | 56.92 | 29.78 | 91.56 | - |
| YUV | 137.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 248 | 0.00 | 0.76 | 0 | 0.03 | 299.68 | 0.93 | 0.6 |
| Hex | F7 | 3C | F8 | 0 | 4C | 0 | 3 | 12C | 5D | 3C |
| Octal | 367 | 74 | 370 | 0 | 114 | 0 | 3 | 454 | 135 | 74 |
| Binary | 11110111 | 111100 | 11111000 | 0 | 1001100 | 0 | 11 | 100101100 | 1011101 | 111100 |
Color Harmonies of #F73CF8
Complementary color
Monochromatic Colors of #F73CF8
Black with #F73CF8
Text Example
Text Example
White with #F73CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CF8; }
p { color: rgb(247,60,248); }
H1.HeaderClassName
{
color: #F73CF8;
}
.AnyTagClassName
{
color: #F73CF8;
}
</style>
background-color css
<style>
a { background-color: #F73CF8; }
a { background-color: rgb(247,60,248); }
div.DivClassName
{
background-color: #F73CF8;
}
.BgClassName
{
background-color: #F73CF8;
}
</style>
border-color css
<style>
span { border-color: #F73CF8; }
span { border-color: rgb(247,60,248); }
td.TdClassName
{
border-color: #F73CF8;
}
.TagClassName
{
border-color: #F73CF8;
}
</style>