Shades of Pink Flamingo #F63BFA
Tints of Pink Flamingo #F63BFA
RGB
CMYK
RGB Variations
Color information
#F63BFA (or 0xF63BFA) is known color: Pink Flamingo. HEX triplet: F6, 3B and FA. RGB value is (246,59,250). Sum of RGB (Red+Green+Blue) = 246+59+250=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 59 (23.44% from 255 or 10.63% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #F63BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63BFA is #09C405. Grayscale: #888888. Windows color (decimal): -640006 or 16399350. OLE color: 16399350.
HSL color Cylindrical-coordinate representation of color #F63BFA: hue angle of 298.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BFA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 59 | 250 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.02 |
| HSL | 298.74º | 0.95% | 0.61% | - |
| HSV(B) | 298.74º | 0.76% | 0.98% | - |
| XYZ | 56.83 | 29.62 | 93.17 | - |
| YUV | 136.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 250 | 0.02 | 0.76 | 0 | 0.02 | 298.74 | 0.95 | 0.61 |
| Hex | F6 | 3B | FA | 2 | 4C | 0 | 2 | 12B | 5F | 3D |
| Octal | 366 | 73 | 372 | 2 | 114 | 0 | 2 | 453 | 137 | 75 |
| Binary | 11110110 | 111011 | 11111010 | 10 | 1001100 | 0 | 10 | 100101011 | 1011111 | 111101 |
Color Harmonies of #F63BFA
Complementary color
Monochromatic Colors of #F63BFA
Black with #F63BFA
Text Example
Text Example
White with #F63BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BFA; }
p { color: rgb(246,59,250); }
H1.HeaderClassName
{
color: #F63BFA;
}
.AnyTagClassName
{
color: #F63BFA;
}
</style>
background-color css
<style>
a { background-color: #F63BFA; }
a { background-color: rgb(246,59,250); }
div.DivClassName
{
background-color: #F63BFA;
}
.BgClassName
{
background-color: #F63BFA;
}
</style>
border-color css
<style>
span { border-color: #F63BFA; }
span { border-color: rgb(246,59,250); }
td.TdClassName
{
border-color: #F63BFA;
}
.TagClassName
{
border-color: #F63BFA;
}
</style>