Shades of Pink Flamingo #FF5FFE
Tints of Pink Flamingo #FF5FFE
RGB
CMYK
RGB Variations
Color information
#FF5FFE (or 0xFF5FFE) is known color: Pink Flamingo. HEX triplet: FF, 5F and FE. RGB value is (255,95,254). Sum of RGB (Red+Green+Blue) = 255+95+254=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 95 (37.5% from 255 or 15.73% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFE is #00A001. Grayscale: #A0A0A0. Windows color (decimal): -40962 or 16670719. OLE color: 16670719.
HSL color Cylindrical-coordinate representation of color #FF5FFE: hue angle of 300.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FFE is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 254 | - |
| CMYK | 0 | 0.63 | 0.00 | 0 |
| HSL | 300.38º | 1% | 0.69% | - |
| HSV(B) | 300.38º | 0.63% | 1% | - |
| XYZ | 63.22 | 36.6 | 97.5 | - |
| YUV | 160.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 254 | 0 | 0.63 | 0.00 | 0 | 300.38 | 1 | 0.69 |
| Hex | FF | 5F | FE | 0 | 3F | 0 | 0 | 12C | 64 | 45 |
| Octal | 377 | 137 | 376 | 0 | 77 | 0 | 0 | 454 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11111110 | 0 | 111111 | 0 | 0 | 100101100 | 1100100 | 1000101 |
Color Harmonies of #FF5FFE
Complementary color
Monochromatic Colors of #FF5FFE
Black with #FF5FFE
Text Example
Text Example
White with #FF5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FFE; }
p { color: rgb(255,95,254); }
H1.HeaderClassName
{
color: #FF5FFE;
}
.AnyTagClassName
{
color: #FF5FFE;
}
</style>
background-color css
<style>
a { background-color: #FF5FFE; }
a { background-color: rgb(255,95,254); }
div.DivClassName
{
background-color: #FF5FFE;
}
.BgClassName
{
background-color: #FF5FFE;
}
</style>
border-color css
<style>
span { border-color: #FF5FFE; }
span { border-color: rgb(255,95,254); }
td.TdClassName
{
border-color: #FF5FFE;
}
.TagClassName
{
border-color: #FF5FFE;
}
</style>