Shades of Pink Flamingo #F73BFE
Tints of Pink Flamingo #F73BFE
RGB
CMYK
RGB Variations
Color information
#F73BFE (or 0xF73BFE) is known color: Pink Flamingo. HEX triplet: F7, 3B and FE. RGB value is (247,59,254). Sum of RGB (Red+Green+Blue) = 247+59+254=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 59 (23.44% from 255 or 10.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F73BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73BFE is #08C401. Grayscale: #888888. Windows color (decimal): -574466 or 16661495. OLE color: 16661495.
HSL color Cylindrical-coordinate representation of color #F73BFE: hue angle of 297.85º 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 #F73BFE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 59 | 254 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.00 |
| HSL | 297.85º | 0.99% | 0.61% | - |
| HSV(B) | 297.85º | 0.77% | 1% | - |
| XYZ | 57.81 | 30.06 | 96.52 | - |
| YUV | 137.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 254 | 0.03 | 0.77 | 0 | 0.00 | 297.85 | 0.99 | 0.61 |
| Hex | F7 | 3B | FE | 3 | 4D | 0 | 0 | 12A | 63 | 3D |
| Octal | 367 | 73 | 376 | 3 | 115 | 0 | 0 | 452 | 143 | 75 |
| Binary | 11110111 | 111011 | 11111110 | 11 | 1001101 | 0 | 0 | 100101010 | 1100011 | 111101 |
Color Harmonies of #F73BFE
Complementary color
Monochromatic Colors of #F73BFE
Black with #F73BFE
Text Example
Text Example
White with #F73BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BFE; }
p { color: rgb(247,59,254); }
H1.HeaderClassName
{
color: #F73BFE;
}
.AnyTagClassName
{
color: #F73BFE;
}
</style>
background-color css
<style>
a { background-color: #F73BFE; }
a { background-color: rgb(247,59,254); }
div.DivClassName
{
background-color: #F73BFE;
}
.BgClassName
{
background-color: #F73BFE;
}
</style>
border-color css
<style>
span { border-color: #F73BFE; }
span { border-color: rgb(247,59,254); }
td.TdClassName
{
border-color: #F73BFE;
}
.TagClassName
{
border-color: #F73BFE;
}
</style>