Shades of Pink Flamingo #FE55F5
Tints of Pink Flamingo #FE55F5
RGB
CMYK
RGB Variations
Color information
#FE55F5 (or 0xFE55F5) is known color: Pink Flamingo. HEX triplet: FE, 55 and F5. RGB value is (254,85,245). Sum of RGB (Red+Green+Blue) = 254+85+245=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55F5 is #01AA0A. Grayscale: #999999. Windows color (decimal): -109067 or 16078334. OLE color: 16078334.
HSL color Cylindrical-coordinate representation of color #FE55F5: hue angle of 303.2º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55F5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 245 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.00 |
| HSL | 303.2º | 0.99% | 0.66% | - |
| HSV(B) | 303.2º | 0.67% | 1% | - |
| XYZ | 60.6 | 34.16 | 89.79 | - |
| YUV | 153.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 245 | 0 | 0.67 | 0.04 | 0.00 | 303.2 | 0.99 | 0.66 |
| Hex | FE | 55 | F5 | 0 | 43 | 4 | 0 | 12F | 63 | 42 |
| Octal | 376 | 125 | 365 | 0 | 103 | 4 | 0 | 457 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11110101 | 0 | 1000011 | 100 | 0 | 100101111 | 1100011 | 1000010 |
Color Harmonies of #FE55F5
Complementary color
Monochromatic Colors of #FE55F5
Black with #FE55F5
Text Example
Text Example
White with #FE55F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55F5; }
p { color: rgb(254,85,245); }
H1.HeaderClassName
{
color: #FE55F5;
}
.AnyTagClassName
{
color: #FE55F5;
}
</style>
background-color css
<style>
a { background-color: #FE55F5; }
a { background-color: rgb(254,85,245); }
div.DivClassName
{
background-color: #FE55F5;
}
.BgClassName
{
background-color: #FE55F5;
}
</style>
border-color css
<style>
span { border-color: #FE55F5; }
span { border-color: rgb(254,85,245); }
td.TdClassName
{
border-color: #FE55F5;
}
.TagClassName
{
border-color: #FE55F5;
}
</style>