Shades of Pink Flamingo #F93DF2
Tints of Pink Flamingo #F93DF2
RGB
CMYK
RGB Variations
Color information
#F93DF2 (or 0xF93DF2) is known color: Pink Flamingo. HEX triplet: F9, 3D and F2. RGB value is (249,61,242). Sum of RGB (Red+Green+Blue) = 249+61+242=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F93DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93DF2 is #06C20D. Grayscale: #898989. Windows color (decimal): -442894 or 15875577. OLE color: 15875577.
HSL color Cylindrical-coordinate representation of color #F93DF2: hue angle of 302.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93DF2 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 242 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.02 |
| HSL | 302.23º | 0.94% | 0.61% | - |
| HSV(B) | 302.23º | 0.76% | 0.98% | - |
| XYZ | 56.76 | 29.89 | 86.78 | - |
| YUV | 137.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 242 | 0 | 0.76 | 0.03 | 0.02 | 302.23 | 0.94 | 0.61 |
| Hex | F9 | 3D | F2 | 0 | 4C | 3 | 2 | 12E | 5E | 3D |
| Octal | 371 | 75 | 362 | 0 | 114 | 3 | 2 | 456 | 136 | 75 |
| Binary | 11111001 | 111101 | 11110010 | 0 | 1001100 | 11 | 10 | 100101110 | 1011110 | 111101 |
Color Harmonies of #F93DF2
Complementary color
Monochromatic Colors of #F93DF2
Black with #F93DF2
Text Example
Text Example
White with #F93DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93DF2; }
p { color: rgb(249,61,242); }
H1.HeaderClassName
{
color: #F93DF2;
}
.AnyTagClassName
{
color: #F93DF2;
}
</style>
background-color css
<style>
a { background-color: #F93DF2; }
a { background-color: rgb(249,61,242); }
div.DivClassName
{
background-color: #F93DF2;
}
.BgClassName
{
background-color: #F93DF2;
}
</style>
border-color css
<style>
span { border-color: #F93DF2; }
span { border-color: rgb(249,61,242); }
td.TdClassName
{
border-color: #F93DF2;
}
.TagClassName
{
border-color: #F93DF2;
}
</style>