Shades of Pink Flamingo #FF63FD
Tints of Pink Flamingo #FF63FD
RGB
CMYK
RGB Variations
Color information
#FF63FD (or 0xFF63FD) is known color: Pink Flamingo. HEX triplet: FF, 63 and FD. RGB value is (255,99,253). Sum of RGB (Red+Green+Blue) = 255+99+253=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 99 (39.06% from 255 or 16.31% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63FD is #009C02. Grayscale: #A2A2A2. Windows color (decimal): -39939 or 16606207. OLE color: 16606207.
HSL color Cylindrical-coordinate representation of color #FF63FD: hue angle of 300.77º 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 #FF63FD is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 253 | - |
| CMYK | 0 | 0.61 | 0.01 | 0 |
| HSL | 300.77º | 1% | 0.69% | - |
| HSV(B) | 300.77º | 0.61% | 1% | - |
| XYZ | 63.43 | 37.28 | 96.78 | - |
| YUV | 163.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 253 | 0 | 0.61 | 0.01 | 0 | 300.77 | 1 | 0.69 |
| Hex | FF | 63 | FD | 0 | 3D | 1 | 0 | 12D | 64 | 45 |
| Octal | 377 | 143 | 375 | 0 | 75 | 1 | 0 | 455 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11111101 | 0 | 111101 | 1 | 0 | 100101101 | 1100100 | 1000101 |
Color Harmonies of #FF63FD
Complementary color
Monochromatic Colors of #FF63FD
Black with #FF63FD
Text Example
Text Example
White with #FF63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63FD; }
p { color: rgb(255,99,253); }
H1.HeaderClassName
{
color: #FF63FD;
}
.AnyTagClassName
{
color: #FF63FD;
}
</style>
background-color css
<style>
a { background-color: #FF63FD; }
a { background-color: rgb(255,99,253); }
div.DivClassName
{
background-color: #FF63FD;
}
.BgClassName
{
background-color: #FF63FD;
}
</style>
border-color css
<style>
span { border-color: #FF63FD; }
span { border-color: rgb(255,99,253); }
td.TdClassName
{
border-color: #FF63FD;
}
.TagClassName
{
border-color: #FF63FD;
}
</style>