Shades of Pink Flamingo #F93BF5
Tints of Pink Flamingo #F93BF5
RGB
CMYK
RGB Variations
Color information
#F93BF5 (or 0xF93BF5) is known color: Pink Flamingo. HEX triplet: F9, 3B and F5. RGB value is (249,59,245). Sum of RGB (Red+Green+Blue) = 249+59+245=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 59 (23.44% from 255 or 10.67% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93BF5 is #06C40A. Grayscale: #888888. Windows color (decimal): -443403 or 16071673. OLE color: 16071673.
HSL color Cylindrical-coordinate representation of color #F93BF5: 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.76%. Process color model (Four color, CMYK) of #F93BF5 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 245 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.02 |
| HSL | 301.26º | 0.94% | 0.6% | - |
| HSV(B) | 301.26º | 0.76% | 0.98% | - |
| XYZ | 57.11 | 29.86 | 89.14 | - |
| YUV | 137.01 | 188.95 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 245 | 0 | 0.76 | 0.02 | 0.02 | 301.26 | 0.94 | 0.6 |
| Hex | F9 | 3B | F5 | 0 | 4C | 2 | 2 | 12D | 5E | 3C |
| Octal | 371 | 73 | 365 | 0 | 114 | 2 | 2 | 455 | 136 | 74 |
| Binary | 11111001 | 111011 | 11110101 | 0 | 1001100 | 10 | 10 | 100101101 | 1011110 | 111100 |
Color Harmonies of #F93BF5
Complementary color
Monochromatic Colors of #F93BF5
Black with #F93BF5
Text Example
Text Example
White with #F93BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BF5; }
p { color: rgb(249,59,245); }
H1.HeaderClassName
{
color: #F93BF5;
}
.AnyTagClassName
{
color: #F93BF5;
}
</style>
background-color css
<style>
a { background-color: #F93BF5; }
a { background-color: rgb(249,59,245); }
div.DivClassName
{
background-color: #F93BF5;
}
.BgClassName
{
background-color: #F93BF5;
}
</style>
border-color css
<style>
span { border-color: #F93BF5; }
span { border-color: rgb(249,59,245); }
td.TdClassName
{
border-color: #F93BF5;
}
.TagClassName
{
border-color: #F93BF5;
}
</style>