Shades of Pink Flamingo #F93FF1
Tints of Pink Flamingo #F93FF1
RGB
CMYK
RGB Variations
Color information
#F93FF1 (or 0xF93FF1) is known color: Pink Flamingo. HEX triplet: F9, 3F and F1. RGB value is (249,63,241). Sum of RGB (Red+Green+Blue) = 249+63+241=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FF1 is #06C00E. Grayscale: #8A8A8A. Windows color (decimal): -442383 or 15810553. OLE color: 15810553.
HSL color Cylindrical-coordinate representation of color #F93FF1: hue angle of 302.58º 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 #F93FF1 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 241 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.02 |
| HSL | 302.58º | 0.94% | 0.61% | - |
| HSV(B) | 302.58º | 0.75% | 0.98% | - |
| XYZ | 56.72 | 30.05 | 86.03 | - |
| YUV | 138.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 241 | 0 | 0.75 | 0.03 | 0.02 | 302.58 | 0.94 | 0.61 |
| Hex | F9 | 3F | F1 | 0 | 4B | 3 | 2 | 12F | 5E | 3D |
| Octal | 371 | 77 | 361 | 0 | 113 | 3 | 2 | 457 | 136 | 75 |
| Binary | 11111001 | 111111 | 11110001 | 0 | 1001011 | 11 | 10 | 100101111 | 1011110 | 111101 |
Color Harmonies of #F93FF1
Complementary color
Monochromatic Colors of #F93FF1
Black with #F93FF1
Text Example
Text Example
White with #F93FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FF1; }
p { color: rgb(249,63,241); }
H1.HeaderClassName
{
color: #F93FF1;
}
.AnyTagClassName
{
color: #F93FF1;
}
</style>
background-color css
<style>
a { background-color: #F93FF1; }
a { background-color: rgb(249,63,241); }
div.DivClassName
{
background-color: #F93FF1;
}
.BgClassName
{
background-color: #F93FF1;
}
</style>
border-color css
<style>
span { border-color: #F93FF1; }
span { border-color: rgb(249,63,241); }
td.TdClassName
{
border-color: #F93FF1;
}
.TagClassName
{
border-color: #F93FF1;
}
</style>