Shades of Pink Flamingo #F143FE
Tints of Pink Flamingo #F143FE
RGB
CMYK
RGB Variations
Color information
#F143FE (or 0xF143FE) is known color: Pink Flamingo. HEX triplet: F1, 43 and FE. RGB value is (241,67,254). Sum of RGB (Red+Green+Blue) = 241+67+254=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 67 (26.56% from 255 or 11.92% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F143FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FE is #0EBC01. Grayscale: #8B8B8B. Windows color (decimal): -965634 or 16663537. OLE color: 16663537.
HSL color Cylindrical-coordinate representation of color #F143FE: hue angle of 295.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F143FE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 67 | 254 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.00 |
| HSL | 295.83º | 0.99% | 0.63% | - |
| HSV(B) | 295.83º | 0.74% | 1% | - |
| XYZ | 56.17 | 29.87 | 96.57 | - |
| YUV | 140.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 254 | 0.05 | 0.74 | 0 | 0.00 | 295.83 | 0.99 | 0.63 |
| Hex | F1 | 43 | FE | 5 | 4A | 0 | 0 | 128 | 63 | 3F |
| Octal | 361 | 103 | 376 | 5 | 112 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110001 | 1000011 | 11111110 | 101 | 1001010 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F143FE
Complementary color
Monochromatic Colors of #F143FE
Black with #F143FE
Text Example
Text Example
White with #F143FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143FE; }
p { color: rgb(241,67,254); }
H1.HeaderClassName
{
color: #F143FE;
}
.AnyTagClassName
{
color: #F143FE;
}
</style>
background-color css
<style>
a { background-color: #F143FE; }
a { background-color: rgb(241,67,254); }
div.DivClassName
{
background-color: #F143FE;
}
.BgClassName
{
background-color: #F143FE;
}
</style>
border-color css
<style>
span { border-color: #F143FE; }
span { border-color: rgb(241,67,254); }
td.TdClassName
{
border-color: #F143FE;
}
.TagClassName
{
border-color: #F143FE;
}
</style>