Shades of Pink Flamingo #F63BFC
Tints of Pink Flamingo #F63BFC
RGB
CMYK
RGB Variations
Color information
#F63BFC (or 0xF63BFC) is known color: Pink Flamingo. HEX triplet: F6, 3B and FC. RGB value is (246,59,252). Sum of RGB (Red+Green+Blue) = 246+59+252=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 59 (23.44% from 255 or 10.59% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #F63BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63BFC is #09C403. Grayscale: #888888. Windows color (decimal): -640004 or 16530422. OLE color: 16530422.
HSL color Cylindrical-coordinate representation of color #F63BFC: hue angle of 298.13º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63BFC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 59 | 252 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.01 |
| HSL | 298.13º | 0.97% | 0.61% | - |
| HSV(B) | 298.13º | 0.77% | 0.99% | - |
| XYZ | 57.14 | 29.75 | 94.83 | - |
| YUV | 136.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 252 | 0.02 | 0.77 | 0 | 0.01 | 298.13 | 0.97 | 0.61 |
| Hex | F6 | 3B | FC | 2 | 4D | 0 | 1 | 12A | 61 | 3D |
| Octal | 366 | 73 | 374 | 2 | 115 | 0 | 1 | 452 | 141 | 75 |
| Binary | 11110110 | 111011 | 11111100 | 10 | 1001101 | 0 | 1 | 100101010 | 1100001 | 111101 |
Color Harmonies of #F63BFC
Complementary color
Monochromatic Colors of #F63BFC
Black with #F63BFC
Text Example
Text Example
White with #F63BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BFC; }
p { color: rgb(246,59,252); }
H1.HeaderClassName
{
color: #F63BFC;
}
.AnyTagClassName
{
color: #F63BFC;
}
</style>
background-color css
<style>
a { background-color: #F63BFC; }
a { background-color: rgb(246,59,252); }
div.DivClassName
{
background-color: #F63BFC;
}
.BgClassName
{
background-color: #F63BFC;
}
</style>
border-color css
<style>
span { border-color: #F63BFC; }
span { border-color: rgb(246,59,252); }
td.TdClassName
{
border-color: #F63BFC;
}
.TagClassName
{
border-color: #F63BFC;
}
</style>