Shades of Pink Flamingo #F134FE
Tints of Pink Flamingo #F134FE
RGB
CMYK
RGB Variations
Color information
#F134FE (or 0xF134FE) is known color: Pink Flamingo. HEX triplet: F1, 34 and FE. RGB value is (241,52,254). Sum of RGB (Red+Green+Blue) = 241+52+254=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 52 (20.70% from 255 or 9.51% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #F134FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F134FE is #0ECB01. Grayscale: #828282. Windows color (decimal): -969474 or 16659697. OLE color: 16659697.
HSL color Cylindrical-coordinate representation of color #F134FE: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F134FE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 52 | 254 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.00 |
| HSL | 296.14º | 0.99% | 0.6% | - |
| HSV(B) | 296.14º | 0.8% | 1% | - |
| XYZ | 55.39 | 28.31 | 96.31 | - |
| YUV | 131.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 254 | 0.05 | 0.80 | 0 | 0.00 | 296.14 | 0.99 | 0.6 |
| Hex | F1 | 34 | FE | 5 | 50 | 0 | 0 | 128 | 63 | 3C |
| Octal | 361 | 64 | 376 | 5 | 120 | 0 | 0 | 450 | 143 | 74 |
| Binary | 11110001 | 110100 | 11111110 | 101 | 1010000 | 0 | 0 | 100101000 | 1100011 | 111100 |
Color Harmonies of #F134FE
Complementary color
Monochromatic Colors of #F134FE
Black with #F134FE
Text Example
Text Example
White with #F134FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F134FE; }
p { color: rgb(241,52,254); }
H1.HeaderClassName
{
color: #F134FE;
}
.AnyTagClassName
{
color: #F134FE;
}
</style>
background-color css
<style>
a { background-color: #F134FE; }
a { background-color: rgb(241,52,254); }
div.DivClassName
{
background-color: #F134FE;
}
.BgClassName
{
background-color: #F134FE;
}
</style>
border-color css
<style>
span { border-color: #F134FE; }
span { border-color: rgb(241,52,254); }
td.TdClassName
{
border-color: #F134FE;
}
.TagClassName
{
border-color: #F134FE;
}
</style>