Shades of Pink Flamingo #F246FE
Tints of Pink Flamingo #F246FE
RGB
CMYK
RGB Variations
Color information
#F246FE (or 0xF246FE) is known color: Pink Flamingo. HEX triplet: F2, 46 and FE. RGB value is (242,70,254). Sum of RGB (Red+Green+Blue) = 242+70+254=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 70 (27.73% from 255 or 12.37% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F246FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FE is #0DB901. Grayscale: #8D8D8D. Windows color (decimal): -899330 or 16664306. OLE color: 16664306.
HSL color Cylindrical-coordinate representation of color #F246FE: hue angle of 296.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F246FE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 70 | 254 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.00 |
| HSL | 296.09º | 0.99% | 0.64% | - |
| HSV(B) | 296.09º | 0.72% | 1% | - |
| XYZ | 56.7 | 30.41 | 96.65 | - |
| YUV | 142.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 254 | 0.05 | 0.72 | 0 | 0.00 | 296.09 | 0.99 | 0.64 |
| Hex | F2 | 46 | FE | 5 | 48 | 0 | 0 | 128 | 63 | 40 |
| Octal | 362 | 106 | 376 | 5 | 110 | 0 | 0 | 450 | 143 | 100 |
| Binary | 11110010 | 1000110 | 11111110 | 101 | 1001000 | 0 | 0 | 100101000 | 1100011 | 1000000 |
Color Harmonies of #F246FE
Complementary color
Monochromatic Colors of #F246FE
Black with #F246FE
Text Example
Text Example
White with #F246FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246FE; }
p { color: rgb(242,70,254); }
H1.HeaderClassName
{
color: #F246FE;
}
.AnyTagClassName
{
color: #F246FE;
}
</style>
background-color css
<style>
a { background-color: #F246FE; }
a { background-color: rgb(242,70,254); }
div.DivClassName
{
background-color: #F246FE;
}
.BgClassName
{
background-color: #F246FE;
}
</style>
border-color css
<style>
span { border-color: #F246FE; }
span { border-color: rgb(242,70,254); }
td.TdClassName
{
border-color: #F246FE;
}
.TagClassName
{
border-color: #F246FE;
}
</style>