Shades of Pink Flamingo #F93AF7
Tints of Pink Flamingo #F93AF7
RGB
CMYK
RGB Variations
Color information
#F93AF7 (or 0xF93AF7) is known color: Pink Flamingo. HEX triplet: F9, 3A and F7. RGB value is (249,58,247). Sum of RGB (Red+Green+Blue) = 249+58+247=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 58 (23.05% from 255 or 10.47% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AF7 is #06C508. Grayscale: #888888. Windows color (decimal): -443657 or 16202489. OLE color: 16202489.
HSL color Cylindrical-coordinate representation of color #F93AF7: hue angle of 300.63º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AF7 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 247 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.02 |
| HSL | 300.63º | 0.94% | 0.6% | - |
| HSV(B) | 300.63º | 0.77% | 0.98% | - |
| XYZ | 57.37 | 29.88 | 90.74 | - |
| YUV | 136.66 | 190.28 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 247 | 0 | 0.77 | 0.01 | 0.02 | 300.63 | 0.94 | 0.6 |
| Hex | F9 | 3A | F7 | 0 | 4D | 1 | 2 | 12D | 5E | 3C |
| Octal | 371 | 72 | 367 | 0 | 115 | 1 | 2 | 455 | 136 | 74 |
| Binary | 11111001 | 111010 | 11110111 | 0 | 1001101 | 1 | 10 | 100101101 | 1011110 | 111100 |
Color Harmonies of #F93AF7
Complementary color
Monochromatic Colors of #F93AF7
Black with #F93AF7
Text Example
Text Example
White with #F93AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AF7; }
p { color: rgb(249,58,247); }
H1.HeaderClassName
{
color: #F93AF7;
}
.AnyTagClassName
{
color: #F93AF7;
}
</style>
background-color css
<style>
a { background-color: #F93AF7; }
a { background-color: rgb(249,58,247); }
div.DivClassName
{
background-color: #F93AF7;
}
.BgClassName
{
background-color: #F93AF7;
}
</style>
border-color css
<style>
span { border-color: #F93AF7; }
span { border-color: rgb(249,58,247); }
td.TdClassName
{
border-color: #F93AF7;
}
.TagClassName
{
border-color: #F93AF7;
}
</style>