Shades of Pink Flamingo #FE62FC
Tints of Pink Flamingo #FE62FC
RGB
CMYK
RGB Variations
Color information
#FE62FC (or 0xFE62FC) is known color: Pink Flamingo. HEX triplet: FE, 62 and FC. RGB value is (254,98,252). Sum of RGB (Red+Green+Blue) = 254+98+252=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 98 (38.67% from 255 or 16.23% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE62FC is #019D03. Grayscale: #A1A1A1. Windows color (decimal): -105732 or 16540414. OLE color: 16540414.
HSL color Cylindrical-coordinate representation of color #FE62FC: 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 #FE62FC is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 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.81 | 36.83 | 95.89 | - |
| YUV | 162.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 252 | 0 | 0.61 | 0.01 | 0.00 | 300.77 | 0.99 | 0.69 |
| Hex | FE | 62 | FC | 0 | 3D | 1 | 0 | 12D | 63 | 45 |
| Octal | 376 | 142 | 374 | 0 | 75 | 1 | 0 | 455 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11111100 | 0 | 111101 | 1 | 0 | 100101101 | 1100011 | 1000101 |
Color Harmonies of #FE62FC
Complementary color
Monochromatic Colors of #FE62FC
Black with #FE62FC
Text Example
Text Example
White with #FE62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62FC; }
p { color: rgb(254,98,252); }
H1.HeaderClassName
{
color: #FE62FC;
}
.AnyTagClassName
{
color: #FE62FC;
}
</style>
background-color css
<style>
a { background-color: #FE62FC; }
a { background-color: rgb(254,98,252); }
div.DivClassName
{
background-color: #FE62FC;
}
.BgClassName
{
background-color: #FE62FC;
}
</style>
border-color css
<style>
span { border-color: #FE62FC; }
span { border-color: rgb(254,98,252); }
td.TdClassName
{
border-color: #FE62FC;
}
.TagClassName
{
border-color: #FE62FC;
}
</style>