Shades of Pink Flamingo #F143FB
Tints of Pink Flamingo #F143FB
RGB
CMYK
RGB Variations
Color information
#F143FB (or 0xF143FB) is known color: Pink Flamingo. HEX triplet: F1, 43 and FB. RGB value is (241,67,251). Sum of RGB (Red+Green+Blue) = 241+67+251=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 67 (26.56% from 255 or 11.99% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F143FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143FB is #0EBC04. Grayscale: #8B8B8B. Windows color (decimal): -965637 or 16466929. OLE color: 16466929.
HSL color Cylindrical-coordinate representation of color #F143FB: hue angle of 296.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F143FB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 67 | 251 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 296.74º | 0.96% | 0.62% | - |
| HSV(B) | 296.74º | 0.73% | 0.98% | - |
| XYZ | 55.7 | 29.68 | 94.06 | - |
| YUV | 140 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 251 | 0.04 | 0.73 | 0 | 0.02 | 296.74 | 0.96 | 0.62 |
| Hex | F1 | 43 | FB | 4 | 49 | 0 | 2 | 129 | 60 | 3E |
| Octal | 361 | 103 | 373 | 4 | 111 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110001 | 1000011 | 11111011 | 100 | 1001001 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F143FB
Complementary color
Monochromatic Colors of #F143FB
Black with #F143FB
Text Example
Text Example
White with #F143FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F143FB; }
p { color: rgb(241,67,251); }
H1.HeaderClassName
{
color: #F143FB;
}
.AnyTagClassName
{
color: #F143FB;
}
</style>
background-color css
<style>
a { background-color: #F143FB; }
a { background-color: rgb(241,67,251); }
div.DivClassName
{
background-color: #F143FB;
}
.BgClassName
{
background-color: #F143FB;
}
</style>
border-color css
<style>
span { border-color: #F143FB; }
span { border-color: rgb(241,67,251); }
td.TdClassName
{
border-color: #F143FB;
}
.TagClassName
{
border-color: #F143FB;
}
</style>