Shades of Pink Flamingo #F140FD
Tints of Pink Flamingo #F140FD
RGB
CMYK
RGB Variations
Color information
#F140FD (or 0xF140FD) is known color: Pink Flamingo. HEX triplet: F1, 40 and FD. RGB value is (241,64,253). Sum of RGB (Red+Green+Blue) = 241+64+253=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 64 (25.39% from 255 or 11.47% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #F140FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140FD is #0EBF02. Grayscale: #898989. Windows color (decimal): -966403 or 16597233. OLE color: 16597233.
HSL color Cylindrical-coordinate representation of color #F140FD: hue angle of 296.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F140FD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 64 | 253 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.01 |
| HSL | 296.19º | 0.98% | 0.62% | - |
| HSV(B) | 296.19º | 0.75% | 0.99% | - |
| XYZ | 55.84 | 29.46 | 95.67 | - |
| YUV | 138.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 253 | 0.05 | 0.75 | 0 | 0.01 | 296.19 | 0.98 | 0.62 |
| Hex | F1 | 40 | FD | 5 | 4B | 0 | 1 | 128 | 62 | 3E |
| Octal | 361 | 100 | 375 | 5 | 113 | 0 | 1 | 450 | 142 | 76 |
| Binary | 11110001 | 1000000 | 11111101 | 101 | 1001011 | 0 | 1 | 100101000 | 1100010 | 111110 |
Color Harmonies of #F140FD
Complementary color
Monochromatic Colors of #F140FD
Black with #F140FD
Text Example
Text Example
White with #F140FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140FD; }
p { color: rgb(241,64,253); }
H1.HeaderClassName
{
color: #F140FD;
}
.AnyTagClassName
{
color: #F140FD;
}
</style>
background-color css
<style>
a { background-color: #F140FD; }
a { background-color: rgb(241,64,253); }
div.DivClassName
{
background-color: #F140FD;
}
.BgClassName
{
background-color: #F140FD;
}
</style>
border-color css
<style>
span { border-color: #F140FD; }
span { border-color: rgb(241,64,253); }
td.TdClassName
{
border-color: #F140FD;
}
.TagClassName
{
border-color: #F140FD;
}
</style>