Shades of Pink Flamingo #F249FF
Tints of Pink Flamingo #F249FF
RGB
CMYK
RGB Variations
Color information
#F249FF (or 0xF249FF) is known color: Pink Flamingo. HEX triplet: F2, 49 and FF. RGB value is (242,73,255). Sum of RGB (Red+Green+Blue) = 242+73+255=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 73 (28.91% from 255 or 12.81% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F249FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249FF is #0DB600. Grayscale: #8F8F8F. Windows color (decimal): -898561 or 16730610. OLE color: 16730610.
HSL color Cylindrical-coordinate representation of color #F249FF: hue angle of 295.71º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F249FF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 73 | 255 | - |
| CMYK | 0.05 | 0.71 | 0 | 0 |
| HSL | 295.71º | 1% | 0.64% | - |
| HSV(B) | 295.71º | 0.71% | 1% | - |
| XYZ | 57.05 | 30.86 | 97.56 | - |
| YUV | 144.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 255 | 0.05 | 0.71 | 0 | 0 | 295.71 | 1 | 0.64 |
| Hex | F2 | 49 | FF | 5 | 47 | 0 | 0 | 128 | 64 | 40 |
| Octal | 362 | 111 | 377 | 5 | 107 | 0 | 0 | 450 | 144 | 100 |
| Binary | 11110010 | 1001001 | 11111111 | 101 | 1000111 | 0 | 0 | 100101000 | 1100100 | 1000000 |
Color Harmonies of #F249FF
Complementary color
Monochromatic Colors of #F249FF
Black with #F249FF
Text Example
Text Example
White with #F249FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249FF; }
p { color: rgb(242,73,255); }
H1.HeaderClassName
{
color: #F249FF;
}
.AnyTagClassName
{
color: #F249FF;
}
</style>
background-color css
<style>
a { background-color: #F249FF; }
a { background-color: rgb(242,73,255); }
div.DivClassName
{
background-color: #F249FF;
}
.BgClassName
{
background-color: #F249FF;
}
</style>
border-color css
<style>
span { border-color: #F249FF; }
span { border-color: rgb(242,73,255); }
td.TdClassName
{
border-color: #F249FF;
}
.TagClassName
{
border-color: #F249FF;
}
</style>