Shades of Pink Flamingo #F93FF2
Tints of Pink Flamingo #F93FF2
RGB
CMYK
RGB Variations
Color information
#F93FF2 (or 0xF93FF2) is known color: Pink Flamingo. HEX triplet: F9, 3F and F2. RGB value is (249,63,242). Sum of RGB (Red+Green+Blue) = 249+63+242=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 63 (25% from 255 or 11.37% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FF2 is #06C00D. Grayscale: #8A8A8A. Windows color (decimal): -442382 or 15876089. OLE color: 15876089.
HSL color Cylindrical-coordinate representation of color #F93FF2: hue angle of 302.26º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FF2 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 242 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.02 |
| HSL | 302.26º | 0.94% | 0.61% | - |
| HSV(B) | 302.26º | 0.75% | 0.98% | - |
| XYZ | 56.87 | 30.11 | 86.82 | - |
| YUV | 139.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 242 | 0 | 0.75 | 0.03 | 0.02 | 302.26 | 0.94 | 0.61 |
| Hex | F9 | 3F | F2 | 0 | 4B | 3 | 2 | 12E | 5E | 3D |
| Octal | 371 | 77 | 362 | 0 | 113 | 3 | 2 | 456 | 136 | 75 |
| Binary | 11111001 | 111111 | 11110010 | 0 | 1001011 | 11 | 10 | 100101110 | 1011110 | 111101 |
Color Harmonies of #F93FF2
Complementary color
Monochromatic Colors of #F93FF2
Black with #F93FF2
Text Example
Text Example
White with #F93FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FF2; }
p { color: rgb(249,63,242); }
H1.HeaderClassName
{
color: #F93FF2;
}
.AnyTagClassName
{
color: #F93FF2;
}
</style>
background-color css
<style>
a { background-color: #F93FF2; }
a { background-color: rgb(249,63,242); }
div.DivClassName
{
background-color: #F93FF2;
}
.BgClassName
{
background-color: #F93FF2;
}
</style>
border-color css
<style>
span { border-color: #F93FF2; }
span { border-color: rgb(249,63,242); }
td.TdClassName
{
border-color: #F93FF2;
}
.TagClassName
{
border-color: #F93FF2;
}
</style>