Shades of Pink Flamingo #FE63F5
Tints of Pink Flamingo #FE63F5
RGB
CMYK
RGB Variations
Color information
#FE63F5 (or 0xFE63F5) is known color: Pink Flamingo. HEX triplet: FE, 63 and F5. RGB value is (254,99,245). Sum of RGB (Red+Green+Blue) = 254+99+245=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 99 (39.06% from 255 or 16.56% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63F5 is #019C0A. Grayscale: #A1A1A1. Windows color (decimal): -105483 or 16081918. OLE color: 16081918.
HSL color Cylindrical-coordinate representation of color #FE63F5: hue angle of 303.48º 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 #FE63F5 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 245 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.00 |
| HSL | 303.48º | 0.99% | 0.69% | - |
| HSV(B) | 303.48º | 0.61% | 1% | - |
| XYZ | 61.82 | 36.59 | 90.19 | - |
| YUV | 161.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 245 | 0 | 0.61 | 0.04 | 0.00 | 303.48 | 0.99 | 0.69 |
| Hex | FE | 63 | F5 | 0 | 3D | 4 | 0 | 12F | 63 | 45 |
| Octal | 376 | 143 | 365 | 0 | 75 | 4 | 0 | 457 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11110101 | 0 | 111101 | 100 | 0 | 100101111 | 1100011 | 1000101 |
Color Harmonies of #FE63F5
Complementary color
Monochromatic Colors of #FE63F5
Black with #FE63F5
Text Example
Text Example
White with #FE63F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63F5; }
p { color: rgb(254,99,245); }
H1.HeaderClassName
{
color: #FE63F5;
}
.AnyTagClassName
{
color: #FE63F5;
}
</style>
background-color css
<style>
a { background-color: #FE63F5; }
a { background-color: rgb(254,99,245); }
div.DivClassName
{
background-color: #FE63F5;
}
.BgClassName
{
background-color: #FE63F5;
}
</style>
border-color css
<style>
span { border-color: #FE63F5; }
span { border-color: rgb(254,99,245); }
td.TdClassName
{
border-color: #FE63F5;
}
.TagClassName
{
border-color: #FE63F5;
}
</style>