Shades of Pink Flamingo #F155FE
Tints of Pink Flamingo #F155FE
RGB
CMYK
RGB Variations
Color information
#F155FE (or 0xF155FE) is known color: Pink Flamingo. HEX triplet: F1, 55 and FE. RGB value is (241,85,254). Sum of RGB (Red+Green+Blue) = 241+85+254=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F155FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155FE is #0EAA01. Grayscale: #969696. Windows color (decimal): -961026 or 16668145. OLE color: 16668145.
HSL color Cylindrical-coordinate representation of color #F155FE: hue angle of 295.38º 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 #F155FE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 85 | 254 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.00 |
| HSL | 295.38º | 0.99% | 0.66% | - |
| HSV(B) | 295.38º | 0.67% | 1% | - |
| XYZ | 57.41 | 32.35 | 96.98 | - |
| YUV | 150.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 254 | 0.05 | 0.67 | 0 | 0.00 | 295.38 | 0.99 | 0.66 |
| Hex | F1 | 55 | FE | 5 | 43 | 0 | 0 | 127 | 63 | 42 |
| Octal | 361 | 125 | 376 | 5 | 103 | 0 | 0 | 447 | 143 | 102 |
| Binary | 11110001 | 1010101 | 11111110 | 101 | 1000011 | 0 | 0 | 100100111 | 1100011 | 1000010 |
Color Harmonies of #F155FE
Complementary color
Monochromatic Colors of #F155FE
Black with #F155FE
Text Example
Text Example
White with #F155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155FE; }
p { color: rgb(241,85,254); }
H1.HeaderClassName
{
color: #F155FE;
}
.AnyTagClassName
{
color: #F155FE;
}
</style>
background-color css
<style>
a { background-color: #F155FE; }
a { background-color: rgb(241,85,254); }
div.DivClassName
{
background-color: #F155FE;
}
.BgClassName
{
background-color: #F155FE;
}
</style>
border-color css
<style>
span { border-color: #F155FE; }
span { border-color: rgb(241,85,254); }
td.TdClassName
{
border-color: #F155FE;
}
.TagClassName
{
border-color: #F155FE;
}
</style>