Shades of Pink Flamingo #F238F9
Tints of Pink Flamingo #F238F9
RGB
CMYK
RGB Variations
Color information
#F238F9 (or 0xF238F9) is known color: Pink Flamingo. HEX triplet: F2, 38 and F9. RGB value is (242,56,249). Sum of RGB (Red+Green+Blue) = 242+56+249=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #F238F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238F9 is #0DC706. Grayscale: #858585. Windows color (decimal): -902919 or 16333042. OLE color: 16333042.
HSL color Cylindrical-coordinate representation of color #F238F9: hue angle of 297.82º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F238F9 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 56 | 249 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.02 |
| HSL | 297.82º | 0.94% | 0.6% | - |
| HSV(B) | 297.82º | 0.78% | 0.98% | - |
| XYZ | 55.13 | 28.55 | 92.23 | - |
| YUV | 133.62 | 193.12 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 249 | 0.03 | 0.78 | 0 | 0.02 | 297.82 | 0.94 | 0.6 |
| Hex | F2 | 38 | F9 | 3 | 4E | 0 | 2 | 12A | 5E | 3C |
| Octal | 362 | 70 | 371 | 3 | 116 | 0 | 2 | 452 | 136 | 74 |
| Binary | 11110010 | 111000 | 11111001 | 11 | 1001110 | 0 | 10 | 100101010 | 1011110 | 111100 |
Color Harmonies of #F238F9
Complementary color
Monochromatic Colors of #F238F9
Black with #F238F9
Text Example
Text Example
White with #F238F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238F9; }
p { color: rgb(242,56,249); }
H1.HeaderClassName
{
color: #F238F9;
}
.AnyTagClassName
{
color: #F238F9;
}
</style>
background-color css
<style>
a { background-color: #F238F9; }
a { background-color: rgb(242,56,249); }
div.DivClassName
{
background-color: #F238F9;
}
.BgClassName
{
background-color: #F238F9;
}
</style>
border-color css
<style>
span { border-color: #F238F9; }
span { border-color: rgb(242,56,249); }
td.TdClassName
{
border-color: #F238F9;
}
.TagClassName
{
border-color: #F238F9;
}
</style>