Shades of Pink Flamingo #FE63FD
Tints of Pink Flamingo #FE63FD
RGB
CMYK
RGB Variations
Color information
#FE63FD (or 0xFE63FD) is known color: Pink Flamingo. HEX triplet: FE, 63 and FD. RGB value is (254,99,253). Sum of RGB (Red+Green+Blue) = 254+99+253=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 99 (39.06% from 255 or 16.34% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63FD is #019C02. Grayscale: #A2A2A2. Windows color (decimal): -105475 or 16606206. OLE color: 16606206.
HSL color Cylindrical-coordinate representation of color #FE63FD: hue angle of 300.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63FD is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 253 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.00 |
| HSL | 300.39º | 0.99% | 0.69% | - |
| HSV(B) | 300.39º | 0.61% | 1% | - |
| XYZ | 63.06 | 37.09 | 96.76 | - |
| YUV | 162.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 253 | 0 | 0.61 | 0.00 | 0.00 | 300.39 | 0.99 | 0.69 |
| Hex | FE | 63 | FD | 0 | 3D | 0 | 0 | 12C | 63 | 45 |
| Octal | 376 | 143 | 375 | 0 | 75 | 0 | 0 | 454 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11111101 | 0 | 111101 | 0 | 0 | 100101100 | 1100011 | 1000101 |
Color Harmonies of #FE63FD
Complementary color
Monochromatic Colors of #FE63FD
Black with #FE63FD
Text Example
Text Example
White with #FE63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63FD; }
p { color: rgb(254,99,253); }
H1.HeaderClassName
{
color: #FE63FD;
}
.AnyTagClassName
{
color: #FE63FD;
}
</style>
background-color css
<style>
a { background-color: #FE63FD; }
a { background-color: rgb(254,99,253); }
div.DivClassName
{
background-color: #FE63FD;
}
.BgClassName
{
background-color: #FE63FD;
}
</style>
border-color css
<style>
span { border-color: #FE63FD; }
span { border-color: rgb(254,99,253); }
td.TdClassName
{
border-color: #FE63FD;
}
.TagClassName
{
border-color: #FE63FD;
}
</style>