Shades of Pink Flamingo #F93CF4
Tints of Pink Flamingo #F93CF4
RGB
CMYK
RGB Variations
Color information
#F93CF4 (or 0xF93CF4) is known color: Pink Flamingo. HEX triplet: F9, 3C and F4. RGB value is (249,60,244). Sum of RGB (Red+Green+Blue) = 249+60+244=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CF4 is #06C30B. Grayscale: #888888. Windows color (decimal): -443148 or 16006393. OLE color: 16006393.
HSL color Cylindrical-coordinate representation of color #F93CF4: hue angle of 301.59º 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 #F93CF4 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 244 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.02 |
| HSL | 301.59º | 0.94% | 0.61% | - |
| HSV(B) | 301.59º | 0.76% | 0.98% | - |
| XYZ | 57.01 | 29.9 | 88.35 | - |
| YUV | 137.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 244 | 0 | 0.76 | 0.02 | 0.02 | 301.59 | 0.94 | 0.61 |
| Hex | F9 | 3C | F4 | 0 | 4C | 2 | 2 | 12E | 5E | 3D |
| Octal | 371 | 74 | 364 | 0 | 114 | 2 | 2 | 456 | 136 | 75 |
| Binary | 11111001 | 111100 | 11110100 | 0 | 1001100 | 10 | 10 | 100101110 | 1011110 | 111101 |
Color Harmonies of #F93CF4
Complementary color
Monochromatic Colors of #F93CF4
Black with #F93CF4
Text Example
Text Example
White with #F93CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CF4; }
p { color: rgb(249,60,244); }
H1.HeaderClassName
{
color: #F93CF4;
}
.AnyTagClassName
{
color: #F93CF4;
}
</style>
background-color css
<style>
a { background-color: #F93CF4; }
a { background-color: rgb(249,60,244); }
div.DivClassName
{
background-color: #F93CF4;
}
.BgClassName
{
background-color: #F93CF4;
}
</style>
border-color css
<style>
span { border-color: #F93CF4; }
span { border-color: rgb(249,60,244); }
td.TdClassName
{
border-color: #F93CF4;
}
.TagClassName
{
border-color: #F93CF4;
}
</style>