Shades of Pink Flamingo #FE63FC
Tints of Pink Flamingo #FE63FC
RGB
CMYK
RGB Variations
Color information
#FE63FC (or 0xFE63FC) is known color: Pink Flamingo. HEX triplet: FE, 63 and FC. RGB value is (254,99,252). Sum of RGB (Red+Green+Blue) = 254+99+252=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 99 (39.06% from 255 or 16.36% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63FC is #019C03. Grayscale: #A2A2A2. Windows color (decimal): -105476 or 16540670. OLE color: 16540670.
HSL color Cylindrical-coordinate representation of color #FE63FC: hue angle of 300.77º 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 #FE63FC is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 252 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.00 |
| HSL | 300.77º | 0.99% | 0.69% | - |
| HSV(B) | 300.77º | 0.61% | 1% | - |
| XYZ | 62.91 | 37.02 | 95.93 | - |
| YUV | 162.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 252 | 0 | 0.61 | 0.01 | 0.00 | 300.77 | 0.99 | 0.69 |
| Hex | FE | 63 | FC | 0 | 3D | 1 | 0 | 12D | 63 | 45 |
| Octal | 376 | 143 | 374 | 0 | 75 | 1 | 0 | 455 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11111100 | 0 | 111101 | 1 | 0 | 100101101 | 1100011 | 1000101 |
Color Harmonies of #FE63FC
Complementary color
Monochromatic Colors of #FE63FC
Black with #FE63FC
Text Example
Text Example
White with #FE63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63FC; }
p { color: rgb(254,99,252); }
H1.HeaderClassName
{
color: #FE63FC;
}
.AnyTagClassName
{
color: #FE63FC;
}
</style>
background-color css
<style>
a { background-color: #FE63FC; }
a { background-color: rgb(254,99,252); }
div.DivClassName
{
background-color: #FE63FC;
}
.BgClassName
{
background-color: #FE63FC;
}
</style>
border-color css
<style>
span { border-color: #FE63FC; }
span { border-color: rgb(254,99,252); }
td.TdClassName
{
border-color: #FE63FC;
}
.TagClassName
{
border-color: #FE63FC;
}
</style>