Shades of Pink Flamingo #F138FE
Tints of Pink Flamingo #F138FE
RGB
CMYK
RGB Variations
Color information
#F138FE (or 0xF138FE) is known color: Pink Flamingo. HEX triplet: F1, 38 and FE. RGB value is (241,56,254). Sum of RGB (Red+Green+Blue) = 241+56+254=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 56 (22.27% from 255 or 10.16% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F138FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138FE is #0EC701. Grayscale: #858585. Windows color (decimal): -968450 or 16660721. OLE color: 16660721.
HSL color Cylindrical-coordinate representation of color #F138FE: hue angle of 296.06º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F138FE is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 56 | 254 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.00 |
| HSL | 296.06º | 0.99% | 0.61% | - |
| HSV(B) | 296.06º | 0.78% | 1% | - |
| XYZ | 55.58 | 28.68 | 96.37 | - |
| YUV | 133.89 | 195.79 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 254 | 0.05 | 0.78 | 0 | 0.00 | 296.06 | 0.99 | 0.61 |
| Hex | F1 | 38 | FE | 5 | 4E | 0 | 0 | 128 | 63 | 3D |
| Octal | 361 | 70 | 376 | 5 | 116 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110001 | 111000 | 11111110 | 101 | 1001110 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F138FE
Complementary color
Monochromatic Colors of #F138FE
Black with #F138FE
Text Example
Text Example
White with #F138FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138FE; }
p { color: rgb(241,56,254); }
H1.HeaderClassName
{
color: #F138FE;
}
.AnyTagClassName
{
color: #F138FE;
}
</style>
background-color css
<style>
a { background-color: #F138FE; }
a { background-color: rgb(241,56,254); }
div.DivClassName
{
background-color: #F138FE;
}
.BgClassName
{
background-color: #F138FE;
}
</style>
border-color css
<style>
span { border-color: #F138FE; }
span { border-color: rgb(241,56,254); }
td.TdClassName
{
border-color: #F138FE;
}
.TagClassName
{
border-color: #F138FE;
}
</style>