Shades of Pink Flamingo #F239FE
Tints of Pink Flamingo #F239FE
RGB
CMYK
RGB Variations
Color information
#F239FE (or 0xF239FE) is known color: Pink Flamingo. HEX triplet: F2, 39 and FE. RGB value is (242,57,254). Sum of RGB (Red+Green+Blue) = 242+57+254=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 57 (22.66% from 255 or 10.31% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F239FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F239FE is #0DC601. Grayscale: #868686. Windows color (decimal): -902658 or 16660978. OLE color: 16660978.
HSL color Cylindrical-coordinate representation of color #F239FE: hue angle of 296.35º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F239FE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 57 | 254 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.00 |
| HSL | 296.35º | 0.99% | 0.61% | - |
| HSV(B) | 296.35º | 0.78% | 1% | - |
| XYZ | 55.97 | 28.96 | 96.41 | - |
| YUV | 134.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 254 | 0.05 | 0.78 | 0 | 0.00 | 296.35 | 0.99 | 0.61 |
| Hex | F2 | 39 | FE | 5 | 4E | 0 | 0 | 128 | 63 | 3D |
| Octal | 362 | 71 | 376 | 5 | 116 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110010 | 111001 | 11111110 | 101 | 1001110 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F239FE
Complementary color
Monochromatic Colors of #F239FE
Black with #F239FE
Text Example
Text Example
White with #F239FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239FE; }
p { color: rgb(242,57,254); }
H1.HeaderClassName
{
color: #F239FE;
}
.AnyTagClassName
{
color: #F239FE;
}
</style>
background-color css
<style>
a { background-color: #F239FE; }
a { background-color: rgb(242,57,254); }
div.DivClassName
{
background-color: #F239FE;
}
.BgClassName
{
background-color: #F239FE;
}
</style>
border-color css
<style>
span { border-color: #F239FE; }
span { border-color: rgb(242,57,254); }
td.TdClassName
{
border-color: #F239FE;
}
.TagClassName
{
border-color: #F239FE;
}
</style>