Shades of Pink Flamingo #F151FD
Tints of Pink Flamingo #F151FD
RGB
CMYK
RGB Variations
Color information
#F151FD (or 0xF151FD) is known color: Pink Flamingo. HEX triplet: F1, 51 and FD. RGB value is (241,81,253). Sum of RGB (Red+Green+Blue) = 241+81+253=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 81 (32.03% from 255 or 14.09% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #F151FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151FD is #0EAE02. Grayscale: #939393. Windows color (decimal): -962051 or 16601585. OLE color: 16601585.
HSL color Cylindrical-coordinate representation of color #F151FD: hue angle of 295.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F151FD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 81 | 253 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.01 |
| HSL | 295.81º | 0.98% | 0.65% | - |
| HSV(B) | 295.81º | 0.68% | 0.99% | - |
| XYZ | 56.95 | 31.68 | 96.04 | - |
| YUV | 148.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 253 | 0.05 | 0.68 | 0 | 0.01 | 295.81 | 0.98 | 0.65 |
| Hex | F1 | 51 | FD | 5 | 44 | 0 | 1 | 128 | 62 | 41 |
| Octal | 361 | 121 | 375 | 5 | 104 | 0 | 1 | 450 | 142 | 101 |
| Binary | 11110001 | 1010001 | 11111101 | 101 | 1000100 | 0 | 1 | 100101000 | 1100010 | 1000001 |
Color Harmonies of #F151FD
Complementary color
Monochromatic Colors of #F151FD
Black with #F151FD
Text Example
Text Example
White with #F151FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151FD; }
p { color: rgb(241,81,253); }
H1.HeaderClassName
{
color: #F151FD;
}
.AnyTagClassName
{
color: #F151FD;
}
</style>
background-color css
<style>
a { background-color: #F151FD; }
a { background-color: rgb(241,81,253); }
div.DivClassName
{
background-color: #F151FD;
}
.BgClassName
{
background-color: #F151FD;
}
</style>
border-color css
<style>
span { border-color: #F151FD; }
span { border-color: rgb(241,81,253); }
td.TdClassName
{
border-color: #F151FD;
}
.TagClassName
{
border-color: #F151FD;
}
</style>