Shades of Pink Flamingo #F242F9
Tints of Pink Flamingo #F242F9
RGB
CMYK
RGB Variations
Color information
#F242F9 (or 0xF242F9) is known color: Pink Flamingo. HEX triplet: F2, 42 and F9. RGB value is (242,66,249). Sum of RGB (Red+Green+Blue) = 242+66+249=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #F242F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242F9 is #0DBD06. Grayscale: #8A8A8A. Windows color (decimal): -900359 or 16335602. OLE color: 16335602.
HSL color Cylindrical-coordinate representation of color #F242F9: hue angle of 297.7º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242F9 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 66 | 249 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.02 |
| HSL | 297.7º | 0.94% | 0.62% | - |
| HSV(B) | 297.7º | 0.73% | 0.98% | - |
| XYZ | 55.67 | 29.61 | 92.4 | - |
| YUV | 139.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 249 | 0.03 | 0.73 | 0 | 0.02 | 297.7 | 0.94 | 0.62 |
| Hex | F2 | 42 | F9 | 3 | 49 | 0 | 2 | 12A | 5E | 3E |
| Octal | 362 | 102 | 371 | 3 | 111 | 0 | 2 | 452 | 136 | 76 |
| Binary | 11110010 | 1000010 | 11111001 | 11 | 1001001 | 0 | 10 | 100101010 | 1011110 | 111110 |
Color Harmonies of #F242F9
Complementary color
Monochromatic Colors of #F242F9
Black with #F242F9
Text Example
Text Example
White with #F242F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242F9; }
p { color: rgb(242,66,249); }
H1.HeaderClassName
{
color: #F242F9;
}
.AnyTagClassName
{
color: #F242F9;
}
</style>
background-color css
<style>
a { background-color: #F242F9; }
a { background-color: rgb(242,66,249); }
div.DivClassName
{
background-color: #F242F9;
}
.BgClassName
{
background-color: #F242F9;
}
</style>
border-color css
<style>
span { border-color: #F242F9; }
span { border-color: rgb(242,66,249); }
td.TdClassName
{
border-color: #F242F9;
}
.TagClassName
{
border-color: #F242F9;
}
</style>