Shades of Pink Flamingo #FF63FC
Tints of Pink Flamingo #FF63FC
RGB
CMYK
RGB Variations
Color information
#FF63FC (or 0xFF63FC) is known color: Pink Flamingo. HEX triplet: FF, 63 and FC. RGB value is (255,99,252). Sum of RGB (Red+Green+Blue) = 255+99+252=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 99 (39.06% from 255 or 16.34% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63FC is #009C03. Grayscale: #A2A2A2. Windows color (decimal): -39940 or 16540671. OLE color: 16540671.
HSL color Cylindrical-coordinate representation of color #FF63FC: hue angle of 301.15º 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 #FF63FC is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 252 | - |
| CMYK | 0 | 0.61 | 0.01 | 0 |
| HSL | 301.15º | 1% | 0.69% | - |
| HSV(B) | 301.15º | 0.61% | 1% | - |
| XYZ | 63.27 | 37.21 | 95.94 | - |
| YUV | 163.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 252 | 0 | 0.61 | 0.01 | 0 | 301.15 | 1 | 0.69 |
| Hex | FF | 63 | FC | 0 | 3D | 1 | 0 | 12D | 64 | 45 |
| Octal | 377 | 143 | 374 | 0 | 75 | 1 | 0 | 455 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11111100 | 0 | 111101 | 1 | 0 | 100101101 | 1100100 | 1000101 |
Color Harmonies of #FF63FC
Complementary color
Monochromatic Colors of #FF63FC
Black with #FF63FC
Text Example
Text Example
White with #FF63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63FC; }
p { color: rgb(255,99,252); }
H1.HeaderClassName
{
color: #FF63FC;
}
.AnyTagClassName
{
color: #FF63FC;
}
</style>
background-color css
<style>
a { background-color: #FF63FC; }
a { background-color: rgb(255,99,252); }
div.DivClassName
{
background-color: #FF63FC;
}
.BgClassName
{
background-color: #FF63FC;
}
</style>
border-color css
<style>
span { border-color: #FF63FC; }
span { border-color: rgb(255,99,252); }
td.TdClassName
{
border-color: #FF63FC;
}
.TagClassName
{
border-color: #FF63FC;
}
</style>