Shades of Pink Flamingo #F63FF2
Tints of Pink Flamingo #F63FF2
RGB
CMYK
RGB Variations
Color information
#F63FF2 (or 0xF63FF2) is known color: Pink Flamingo. HEX triplet: F6, 3F and F2. RGB value is (246,63,242). Sum of RGB (Red+Green+Blue) = 246+63+242=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 63 (25% from 255 or 11.43% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63FF2 is #09C00D. Grayscale: #898989. Windows color (decimal): -638990 or 15876086. OLE color: 15876086.
HSL color Cylindrical-coordinate representation of color #F63FF2: hue angle of 301.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FF2 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 242 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.04 |
| HSL | 301.31º | 0.91% | 0.61% | - |
| HSV(B) | 301.31º | 0.74% | 0.96% | - |
| XYZ | 55.81 | 29.56 | 86.77 | - |
| YUV | 138.12 | 186.63 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 242 | 0 | 0.74 | 0.02 | 0.04 | 301.31 | 0.91 | 0.61 |
| Hex | F6 | 3F | F2 | 0 | 4A | 2 | 4 | 12D | 5B | 3D |
| Octal | 366 | 77 | 362 | 0 | 112 | 2 | 4 | 455 | 133 | 75 |
| Binary | 11110110 | 111111 | 11110010 | 0 | 1001010 | 10 | 100 | 100101101 | 1011011 | 111101 |
Color Harmonies of #F63FF2
Complementary color
Monochromatic Colors of #F63FF2
Black with #F63FF2
Text Example
Text Example
White with #F63FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FF2; }
p { color: rgb(246,63,242); }
H1.HeaderClassName
{
color: #F63FF2;
}
.AnyTagClassName
{
color: #F63FF2;
}
</style>
background-color css
<style>
a { background-color: #F63FF2; }
a { background-color: rgb(246,63,242); }
div.DivClassName
{
background-color: #F63FF2;
}
.BgClassName
{
background-color: #F63FF2;
}
</style>
border-color css
<style>
span { border-color: #F63FF2; }
span { border-color: rgb(246,63,242); }
td.TdClassName
{
border-color: #F63FF2;
}
.TagClassName
{
border-color: #F63FF2;
}
</style>