Shades of Pink Flamingo #F144FD
Tints of Pink Flamingo #F144FD
RGB
CMYK
RGB Variations
Color information
#F144FD (or 0xF144FD) is known color: Pink Flamingo. HEX triplet: F1, 44 and FD. RGB value is (241,68,253). Sum of RGB (Red+Green+Blue) = 241+68+253=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 68 (26.95% from 255 or 12.10% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #F144FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144FD is #0EBB02. Grayscale: #8C8C8C. Windows color (decimal): -965379 or 16598257. OLE color: 16598257.
HSL color Cylindrical-coordinate representation of color #F144FD: hue angle of 296.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F144FD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 68 | 253 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.01 |
| HSL | 296.11º | 0.98% | 0.63% | - |
| HSV(B) | 296.11º | 0.73% | 0.99% | - |
| XYZ | 56.07 | 29.93 | 95.75 | - |
| YUV | 140.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 253 | 0.05 | 0.73 | 0 | 0.01 | 296.11 | 0.98 | 0.63 |
| Hex | F1 | 44 | FD | 5 | 49 | 0 | 1 | 128 | 62 | 3F |
| Octal | 361 | 104 | 375 | 5 | 111 | 0 | 1 | 450 | 142 | 77 |
| Binary | 11110001 | 1000100 | 11111101 | 101 | 1001001 | 0 | 1 | 100101000 | 1100010 | 111111 |
Color Harmonies of #F144FD
Complementary color
Monochromatic Colors of #F144FD
Black with #F144FD
Text Example
Text Example
White with #F144FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144FD; }
p { color: rgb(241,68,253); }
H1.HeaderClassName
{
color: #F144FD;
}
.AnyTagClassName
{
color: #F144FD;
}
</style>
background-color css
<style>
a { background-color: #F144FD; }
a { background-color: rgb(241,68,253); }
div.DivClassName
{
background-color: #F144FD;
}
.BgClassName
{
background-color: #F144FD;
}
</style>
border-color css
<style>
span { border-color: #F144FD; }
span { border-color: rgb(241,68,253); }
td.TdClassName
{
border-color: #F144FD;
}
.TagClassName
{
border-color: #F144FD;
}
</style>