Shades of Pink Flamingo #FF63FF
Tints of Pink Flamingo #FF63FF
RGB
CMYK
RGB Variations
Color information
#FF63FF (or 0xFF63FF) is known color: Pink Flamingo. HEX triplet: FF, 63 and FF. RGB value is (255,99,255). Sum of RGB (Red+Green+Blue) = 255+99+255=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 99 (39.06% from 255 or 16.26% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63FF is #009C00. Grayscale: #A2A2A2. Windows color (decimal): -39937 or 16737279. OLE color: 16737279.
HSL color Cylindrical-coordinate representation of color #FF63FF: hue angle of 300º 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 #FF63FF is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 255 | - |
| CMYK | 0 | 0.61 | 0 | 0 |
| HSL | 300º | 1% | 0.69% | - |
| HSV(B) | 300º | 0.61% | 1% | - |
| XYZ | 63.75 | 37.4 | 98.47 | - |
| YUV | 163.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 255 | 0 | 0.61 | 0 | 0 | 300 | 1 | 0.69 |
| Hex | FF | 63 | FF | 0 | 3D | 0 | 0 | 12C | 64 | 45 |
| Octal | 377 | 143 | 377 | 0 | 75 | 0 | 0 | 454 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11111111 | 0 | 111101 | 0 | 0 | 100101100 | 1100100 | 1000101 |
Color Harmonies of #FF63FF
Complementary color
Monochromatic Colors of #FF63FF
Black with #FF63FF
Text Example
Text Example
White with #FF63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63FF; }
p { color: rgb(255,99,255); }
H1.HeaderClassName
{
color: #FF63FF;
}
.AnyTagClassName
{
color: #FF63FF;
}
</style>
background-color css
<style>
a { background-color: #FF63FF; }
a { background-color: rgb(255,99,255); }
div.DivClassName
{
background-color: #FF63FF;
}
.BgClassName
{
background-color: #FF63FF;
}
</style>
border-color css
<style>
span { border-color: #FF63FF; }
span { border-color: rgb(255,99,255); }
td.TdClassName
{
border-color: #FF63FF;
}
.TagClassName
{
border-color: #FF63FF;
}
</style>