Shades of Pink Flamingo #F73AFE
Tints of Pink Flamingo #F73AFE
RGB
CMYK
RGB Variations
Color information
#F73AFE (or 0xF73AFE) is known color: Pink Flamingo. HEX triplet: F7, 3A and FE. RGB value is (247,58,254). Sum of RGB (Red+Green+Blue) = 247+58+254=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 58 (23.05% from 255 or 10.38% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #F73AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73AFE is #08C501. Grayscale: #888888. Windows color (decimal): -574722 or 16661239. OLE color: 16661239.
HSL color Cylindrical-coordinate representation of color #F73AFE: hue angle of 297.86º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AFE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 58 | 254 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.00 |
| HSL | 297.86º | 0.99% | 0.61% | - |
| HSV(B) | 297.86º | 0.77% | 1% | - |
| XYZ | 57.76 | 29.96 | 96.5 | - |
| YUV | 136.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 254 | 0.03 | 0.77 | 0 | 0.00 | 297.86 | 0.99 | 0.61 |
| Hex | F7 | 3A | FE | 3 | 4D | 0 | 0 | 12A | 63 | 3D |
| Octal | 367 | 72 | 376 | 3 | 115 | 0 | 0 | 452 | 143 | 75 |
| Binary | 11110111 | 111010 | 11111110 | 11 | 1001101 | 0 | 0 | 100101010 | 1100011 | 111101 |
Color Harmonies of #F73AFE
Complementary color
Monochromatic Colors of #F73AFE
Black with #F73AFE
Text Example
Text Example
White with #F73AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73AFE; }
p { color: rgb(247,58,254); }
H1.HeaderClassName
{
color: #F73AFE;
}
.AnyTagClassName
{
color: #F73AFE;
}
</style>
background-color css
<style>
a { background-color: #F73AFE; }
a { background-color: rgb(247,58,254); }
div.DivClassName
{
background-color: #F73AFE;
}
.BgClassName
{
background-color: #F73AFE;
}
</style>
border-color css
<style>
span { border-color: #F73AFE; }
span { border-color: rgb(247,58,254); }
td.TdClassName
{
border-color: #F73AFE;
}
.TagClassName
{
border-color: #F73AFE;
}
</style>