Shades of Pink Flamingo #F249FC
Tints of Pink Flamingo #F249FC
RGB
CMYK
RGB Variations
Color information
#F249FC (or 0xF249FC) is known color: Pink Flamingo. HEX triplet: F2, 49 and FC. RGB value is (242,73,252). Sum of RGB (Red+Green+Blue) = 242+73+252=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 73 (28.91% from 255 or 12.87% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #F249FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249FC is #0DB603. Grayscale: #8F8F8F. Windows color (decimal): -898564 or 16534002. OLE color: 16534002.
HSL color Cylindrical-coordinate representation of color #F249FC: hue angle of 296.65º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F249FC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 73 | 252 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.01 |
| HSL | 296.65º | 0.97% | 0.64% | - |
| HSV(B) | 296.65º | 0.71% | 0.99% | - |
| XYZ | 56.57 | 30.67 | 95.03 | - |
| YUV | 143.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 252 | 0.04 | 0.71 | 0 | 0.01 | 296.65 | 0.97 | 0.64 |
| Hex | F2 | 49 | FC | 4 | 47 | 0 | 1 | 129 | 61 | 40 |
| Octal | 362 | 111 | 374 | 4 | 107 | 0 | 1 | 451 | 141 | 100 |
| Binary | 11110010 | 1001001 | 11111100 | 100 | 1000111 | 0 | 1 | 100101001 | 1100001 | 1000000 |
Color Harmonies of #F249FC
Complementary color
Monochromatic Colors of #F249FC
Black with #F249FC
Text Example
Text Example
White with #F249FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249FC; }
p { color: rgb(242,73,252); }
H1.HeaderClassName
{
color: #F249FC;
}
.AnyTagClassName
{
color: #F249FC;
}
</style>
background-color css
<style>
a { background-color: #F249FC; }
a { background-color: rgb(242,73,252); }
div.DivClassName
{
background-color: #F249FC;
}
.BgClassName
{
background-color: #F249FC;
}
</style>
border-color css
<style>
span { border-color: #F249FC; }
span { border-color: rgb(242,73,252); }
td.TdClassName
{
border-color: #F249FC;
}
.TagClassName
{
border-color: #F249FC;
}
</style>