Shades of Pink Flamingo #F63DF2
Tints of Pink Flamingo #F63DF2
RGB
CMYK
RGB Variations
Color information
#F63DF2 (or 0xF63DF2) is known color: Pink Flamingo. HEX triplet: F6, 3D and F2. RGB value is (246,61,242). Sum of RGB (Red+Green+Blue) = 246+61+242=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63DF2 is #09C20D. Grayscale: #888888. Windows color (decimal): -639502 or 15875574. OLE color: 15875574.
HSL color Cylindrical-coordinate representation of color #F63DF2: hue angle of 301.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DF2 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 242 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.04 |
| HSL | 301.3º | 0.91% | 0.6% | - |
| HSV(B) | 301.3º | 0.75% | 0.96% | - |
| XYZ | 55.7 | 29.34 | 86.73 | - |
| YUV | 136.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 242 | 0 | 0.75 | 0.02 | 0.04 | 301.3 | 0.91 | 0.6 |
| Hex | F6 | 3D | F2 | 0 | 4B | 2 | 4 | 12D | 5B | 3C |
| Octal | 366 | 75 | 362 | 0 | 113 | 2 | 4 | 455 | 133 | 74 |
| Binary | 11110110 | 111101 | 11110010 | 0 | 1001011 | 10 | 100 | 100101101 | 1011011 | 111100 |
Color Harmonies of #F63DF2
Complementary color
Monochromatic Colors of #F63DF2
Black with #F63DF2
Text Example
Text Example
White with #F63DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DF2; }
p { color: rgb(246,61,242); }
H1.HeaderClassName
{
color: #F63DF2;
}
.AnyTagClassName
{
color: #F63DF2;
}
</style>
background-color css
<style>
a { background-color: #F63DF2; }
a { background-color: rgb(246,61,242); }
div.DivClassName
{
background-color: #F63DF2;
}
.BgClassName
{
background-color: #F63DF2;
}
</style>
border-color css
<style>
span { border-color: #F63DF2; }
span { border-color: rgb(246,61,242); }
td.TdClassName
{
border-color: #F63DF2;
}
.TagClassName
{
border-color: #F63DF2;
}
</style>