Shades of Pink Flamingo #F24DF1
Tints of Pink Flamingo #F24DF1
RGB
CMYK
RGB Variations
Color information
#F24DF1 (or 0xF24DF1) is known color: Pink Flamingo. HEX triplet: F2, 4D and F1. RGB value is (242,77,241). Sum of RGB (Red+Green+Blue) = 242+77+241=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DF1 is #0DB20E. Grayscale: #909090. Windows color (decimal): -897551 or 15814130. OLE color: 15814130.
HSL color Cylindrical-coordinate representation of color #F24DF1: hue angle of 300.36º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24DF1 is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 241 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.05 |
| HSL | 300.36º | 0.86% | 0.63% | - |
| HSV(B) | 300.36º | 0.68% | 0.95% | - |
| XYZ | 55.15 | 30.54 | 86.21 | - |
| YUV | 145.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 241 | 0 | 0.68 | 0.00 | 0.05 | 300.36 | 0.86 | 0.63 |
| Hex | F2 | 4D | F1 | 0 | 44 | 0 | 5 | 12C | 56 | 3F |
| Octal | 362 | 115 | 361 | 0 | 104 | 0 | 5 | 454 | 126 | 77 |
| Binary | 11110010 | 1001101 | 11110001 | 0 | 1000100 | 0 | 101 | 100101100 | 1010110 | 111111 |
Color Harmonies of #F24DF1
Complementary color
Monochromatic Colors of #F24DF1
Black with #F24DF1
Text Example
Text Example
White with #F24DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DF1; }
p { color: rgb(242,77,241); }
H1.HeaderClassName
{
color: #F24DF1;
}
.AnyTagClassName
{
color: #F24DF1;
}
</style>
background-color css
<style>
a { background-color: #F24DF1; }
a { background-color: rgb(242,77,241); }
div.DivClassName
{
background-color: #F24DF1;
}
.BgClassName
{
background-color: #F24DF1;
}
</style>
border-color css
<style>
span { border-color: #F24DF1; }
span { border-color: rgb(242,77,241); }
td.TdClassName
{
border-color: #F24DF1;
}
.TagClassName
{
border-color: #F24DF1;
}
</style>