Shades of Pink Flamingo #F246FB
Tints of Pink Flamingo #F246FB
RGB
CMYK
RGB Variations
Color information
#F246FB (or 0xF246FB) is known color: Pink Flamingo. HEX triplet: F2, 46 and FB. RGB value is (242,70,251). Sum of RGB (Red+Green+Blue) = 242+70+251=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 70 (27.73% from 255 or 12.43% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #F246FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F246FB is #0DB904. Grayscale: #8D8D8D. Windows color (decimal): -899333 or 16467698. OLE color: 16467698.
HSL color Cylindrical-coordinate representation of color #F246FB: hue angle of 297.02º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F246FB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 70 | 251 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.02 |
| HSL | 297.02º | 0.96% | 0.63% | - |
| HSV(B) | 297.02º | 0.72% | 0.98% | - |
| XYZ | 56.22 | 30.22 | 94.14 | - |
| YUV | 142.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 251 | 0.04 | 0.72 | 0 | 0.02 | 297.02 | 0.96 | 0.63 |
| Hex | F2 | 46 | FB | 4 | 48 | 0 | 2 | 129 | 60 | 3F |
| Octal | 362 | 106 | 373 | 4 | 110 | 0 | 2 | 451 | 140 | 77 |
| Binary | 11110010 | 1000110 | 11111011 | 100 | 1001000 | 0 | 10 | 100101001 | 1100000 | 111111 |
Color Harmonies of #F246FB
Complementary color
Monochromatic Colors of #F246FB
Black with #F246FB
Text Example
Text Example
White with #F246FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246FB; }
p { color: rgb(242,70,251); }
H1.HeaderClassName
{
color: #F246FB;
}
.AnyTagClassName
{
color: #F246FB;
}
</style>
background-color css
<style>
a { background-color: #F246FB; }
a { background-color: rgb(242,70,251); }
div.DivClassName
{
background-color: #F246FB;
}
.BgClassName
{
background-color: #F246FB;
}
</style>
border-color css
<style>
span { border-color: #F246FB; }
span { border-color: rgb(242,70,251); }
td.TdClassName
{
border-color: #F246FB;
}
.TagClassName
{
border-color: #F246FB;
}
</style>