Shades of Pink Flamingo #F239FF
Tints of Pink Flamingo #F239FF
RGB
CMYK
RGB Variations
Color information
#F239FF (or 0xF239FF) is known color: Pink Flamingo. HEX triplet: F2, 39 and FF. RGB value is (242,57,255). Sum of RGB (Red+Green+Blue) = 242+57+255=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 57 (22.66% from 255 or 10.29% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #F239FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F239FF is #0DC600. Grayscale: #868686. Windows color (decimal): -902657 or 16726514. OLE color: 16726514.
HSL color Cylindrical-coordinate representation of color #F239FF: hue angle of 296.06º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F239FF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 57 | 255 | - |
| CMYK | 0.05 | 0.78 | 0 | 0 |
| HSL | 296.06º | 1% | 0.61% | - |
| HSV(B) | 296.06º | 0.78% | 1% | - |
| XYZ | 56.13 | 29.02 | 97.25 | - |
| YUV | 134.89 | 195.79 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 255 | 0.05 | 0.78 | 0 | 0 | 296.06 | 1 | 0.61 |
| Hex | F2 | 39 | FF | 5 | 4E | 0 | 0 | 128 | 64 | 3D |
| Octal | 362 | 71 | 377 | 5 | 116 | 0 | 0 | 450 | 144 | 75 |
| Binary | 11110010 | 111001 | 11111111 | 101 | 1001110 | 0 | 0 | 100101000 | 1100100 | 111101 |
Color Harmonies of #F239FF
Complementary color
Monochromatic Colors of #F239FF
Black with #F239FF
Text Example
Text Example
White with #F239FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239FF; }
p { color: rgb(242,57,255); }
H1.HeaderClassName
{
color: #F239FF;
}
.AnyTagClassName
{
color: #F239FF;
}
</style>
background-color css
<style>
a { background-color: #F239FF; }
a { background-color: rgb(242,57,255); }
div.DivClassName
{
background-color: #F239FF;
}
.BgClassName
{
background-color: #F239FF;
}
</style>
border-color css
<style>
span { border-color: #F239FF; }
span { border-color: rgb(242,57,255); }
td.TdClassName
{
border-color: #F239FF;
}
.TagClassName
{
border-color: #F239FF;
}
</style>