Shades of Pink Flamingo #FF63FA
Tints of Pink Flamingo #FF63FA
RGB
CMYK
RGB Variations
Color information
#FF63FA (or 0xFF63FA) is known color: Pink Flamingo. HEX triplet: FF, 63 and FA. RGB value is (255,99,250). Sum of RGB (Red+Green+Blue) = 255+99+250=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 99 (39.06% from 255 or 16.39% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63FA is #009C05. Grayscale: #A2A2A2. Windows color (decimal): -39942 or 16409599. OLE color: 16409599.
HSL color Cylindrical-coordinate representation of color #FF63FA: hue angle of 301.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63FA is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 250 | - |
| CMYK | 0 | 0.61 | 0.02 | 0 |
| HSL | 301.92º | 1% | 0.69% | - |
| HSV(B) | 301.92º | 0.61% | 1% | - |
| XYZ | 62.96 | 37.09 | 94.28 | - |
| YUV | 162.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 250 | 0 | 0.61 | 0.02 | 0 | 301.92 | 1 | 0.69 |
| Hex | FF | 63 | FA | 0 | 3D | 2 | 0 | 12E | 64 | 45 |
| Octal | 377 | 143 | 372 | 0 | 75 | 2 | 0 | 456 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11111010 | 0 | 111101 | 10 | 0 | 100101110 | 1100100 | 1000101 |
Color Harmonies of #FF63FA
Complementary color
Monochromatic Colors of #FF63FA
Black with #FF63FA
Text Example
Text Example
White with #FF63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63FA; }
p { color: rgb(255,99,250); }
H1.HeaderClassName
{
color: #FF63FA;
}
.AnyTagClassName
{
color: #FF63FA;
}
</style>
background-color css
<style>
a { background-color: #FF63FA; }
a { background-color: rgb(255,99,250); }
div.DivClassName
{
background-color: #FF63FA;
}
.BgClassName
{
background-color: #FF63FA;
}
</style>
border-color css
<style>
span { border-color: #FF63FA; }
span { border-color: rgb(255,99,250); }
td.TdClassName
{
border-color: #FF63FA;
}
.TagClassName
{
border-color: #FF63FA;
}
</style>