Shades of Pink Flamingo #F93AF5
Tints of Pink Flamingo #F93AF5
RGB
CMYK
RGB Variations
Color information
#F93AF5 (or 0xF93AF5) is known color: Pink Flamingo. HEX triplet: F9, 3A and F5. RGB value is (249,58,245). Sum of RGB (Red+Green+Blue) = 249+58+245=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 58 (23.05% from 255 or 10.51% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AF5 is #06C50A. Grayscale: #878787. Windows color (decimal): -443659 or 16071417. OLE color: 16071417.
HSL color Cylindrical-coordinate representation of color #F93AF5: hue angle of 301.26º 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 #F93AF5 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 245 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.02 |
| HSL | 301.26º | 0.94% | 0.6% | - |
| HSV(B) | 301.26º | 0.77% | 0.98% | - |
| XYZ | 57.06 | 29.76 | 89.12 | - |
| YUV | 136.43 | 189.28 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 245 | 0 | 0.77 | 0.02 | 0.02 | 301.26 | 0.94 | 0.6 |
| Hex | F9 | 3A | F5 | 0 | 4D | 2 | 2 | 12D | 5E | 3C |
| Octal | 371 | 72 | 365 | 0 | 115 | 2 | 2 | 455 | 136 | 74 |
| Binary | 11111001 | 111010 | 11110101 | 0 | 1001101 | 10 | 10 | 100101101 | 1011110 | 111100 |
Color Harmonies of #F93AF5
Complementary color
Monochromatic Colors of #F93AF5
Black with #F93AF5
Text Example
Text Example
White with #F93AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AF5; }
p { color: rgb(249,58,245); }
H1.HeaderClassName
{
color: #F93AF5;
}
.AnyTagClassName
{
color: #F93AF5;
}
</style>
background-color css
<style>
a { background-color: #F93AF5; }
a { background-color: rgb(249,58,245); }
div.DivClassName
{
background-color: #F93AF5;
}
.BgClassName
{
background-color: #F93AF5;
}
</style>
border-color css
<style>
span { border-color: #F93AF5; }
span { border-color: rgb(249,58,245); }
td.TdClassName
{
border-color: #F93AF5;
}
.TagClassName
{
border-color: #F93AF5;
}
</style>