Shades of Pink Flamingo #FE63FF
Tints of Pink Flamingo #FE63FF
RGB
CMYK
RGB Variations
Color information
#FE63FF (or 0xFE63FF) is known color: Pink Flamingo. HEX triplet: FE, 63 and FF. RGB value is (254,99,255). Sum of RGB (Red+Green+Blue) = 254+99+255=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 99 (39.06% from 255 or 16.28% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63FF is #019C00. Grayscale: #A2A2A2. Windows color (decimal): -105473 or 16737278. OLE color: 16737278.
HSL color Cylindrical-coordinate representation of color #FE63FF: hue angle of 299.62º 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 #FE63FF is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 99 | 255 | - |
| CMYK | 0.00 | 0.61 | 0 | 0 |
| HSL | 299.62º | 1% | 0.69% | - |
| HSV(B) | 299.62º | 0.61% | 1% | - |
| XYZ | 63.38 | 37.21 | 98.45 | - |
| YUV | 163.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 255 | 0.00 | 0.61 | 0 | 0 | 299.62 | 1 | 0.69 |
| Hex | FE | 63 | FF | 0 | 3D | 0 | 0 | 12C | 64 | 45 |
| Octal | 376 | 143 | 377 | 0 | 75 | 0 | 0 | 454 | 144 | 105 |
| Binary | 11111110 | 1100011 | 11111111 | 0 | 111101 | 0 | 0 | 100101100 | 1100100 | 1000101 |
Color Harmonies of #FE63FF
Complementary color
Monochromatic Colors of #FE63FF
Black with #FE63FF
Text Example
Text Example
White with #FE63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63FF; }
p { color: rgb(254,99,255); }
H1.HeaderClassName
{
color: #FE63FF;
}
.AnyTagClassName
{
color: #FE63FF;
}
</style>
background-color css
<style>
a { background-color: #FE63FF; }
a { background-color: rgb(254,99,255); }
div.DivClassName
{
background-color: #FE63FF;
}
.BgClassName
{
background-color: #FE63FF;
}
</style>
border-color css
<style>
span { border-color: #FE63FF; }
span { border-color: rgb(254,99,255); }
td.TdClassName
{
border-color: #FE63FF;
}
.TagClassName
{
border-color: #FE63FF;
}
</style>