Shades of Pink Flamingo #F141FD
Tints of Pink Flamingo #F141FD
RGB
CMYK
RGB Variations
Color information
#F141FD (or 0xF141FD) is known color: Pink Flamingo. HEX triplet: F1, 41 and FD. RGB value is (241,65,253). Sum of RGB (Red+Green+Blue) = 241+65+253=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 65 (25.78% from 255 or 11.63% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #F141FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141FD is #0EBE02. Grayscale: #8A8A8A. Windows color (decimal): -966147 or 16597489. OLE color: 16597489.
HSL color Cylindrical-coordinate representation of color #F141FD: hue angle of 296.17º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F141FD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 65 | 253 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.01 |
| HSL | 296.17º | 0.98% | 0.62% | - |
| HSV(B) | 296.17º | 0.74% | 0.99% | - |
| XYZ | 55.9 | 29.57 | 95.69 | - |
| YUV | 139.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 253 | 0.05 | 0.74 | 0 | 0.01 | 296.17 | 0.98 | 0.62 |
| Hex | F1 | 41 | FD | 5 | 4A | 0 | 1 | 128 | 62 | 3E |
| Octal | 361 | 101 | 375 | 5 | 112 | 0 | 1 | 450 | 142 | 76 |
| Binary | 11110001 | 1000001 | 11111101 | 101 | 1001010 | 0 | 1 | 100101000 | 1100010 | 111110 |
Color Harmonies of #F141FD
Complementary color
Monochromatic Colors of #F141FD
Black with #F141FD
Text Example
Text Example
White with #F141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141FD; }
p { color: rgb(241,65,253); }
H1.HeaderClassName
{
color: #F141FD;
}
.AnyTagClassName
{
color: #F141FD;
}
</style>
background-color css
<style>
a { background-color: #F141FD; }
a { background-color: rgb(241,65,253); }
div.DivClassName
{
background-color: #F141FD;
}
.BgClassName
{
background-color: #F141FD;
}
</style>
border-color css
<style>
span { border-color: #F141FD; }
span { border-color: rgb(241,65,253); }
td.TdClassName
{
border-color: #F141FD;
}
.TagClassName
{
border-color: #F141FD;
}
</style>