Shades of Pink Flamingo #F05CF1
Tints of Pink Flamingo #F05CF1
RGB
CMYK
RGB Variations
Color information
#F05CF1 (or 0xF05CF1) is known color: Pink Flamingo. HEX triplet: F0, 5C and F1. RGB value is (240,92,241). Sum of RGB (Red+Green+Blue) = 240+92+241=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #F05CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CF1 is #0FA30E. Grayscale: #989898. Windows color (decimal): -1024783 or 15817968. OLE color: 15817968.
HSL color Cylindrical-coordinate representation of color #F05CF1: hue angle of 299.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CF1 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 92 | 241 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.05 |
| HSL | 299.6º | 0.84% | 0.65% | - |
| HSV(B) | 299.6º | 0.62% | 0.95% | - |
| XYZ | 55.64 | 32.53 | 86.57 | - |
| YUV | 153.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 241 | 0.00 | 0.62 | 0 | 0.05 | 299.6 | 0.84 | 0.65 |
| Hex | F0 | 5C | F1 | 0 | 3E | 0 | 5 | 12C | 54 | 41 |
| Octal | 360 | 134 | 361 | 0 | 76 | 0 | 5 | 454 | 124 | 101 |
| Binary | 11110000 | 1011100 | 11110001 | 0 | 111110 | 0 | 101 | 100101100 | 1010100 | 1000001 |
Color Harmonies of #F05CF1
Complementary color
Monochromatic Colors of #F05CF1
Black with #F05CF1
Text Example
Text Example
White with #F05CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CF1; }
p { color: rgb(240,92,241); }
H1.HeaderClassName
{
color: #F05CF1;
}
.AnyTagClassName
{
color: #F05CF1;
}
</style>
background-color css
<style>
a { background-color: #F05CF1; }
a { background-color: rgb(240,92,241); }
div.DivClassName
{
background-color: #F05CF1;
}
.BgClassName
{
background-color: #F05CF1;
}
</style>
border-color css
<style>
span { border-color: #F05CF1; }
span { border-color: rgb(240,92,241); }
td.TdClassName
{
border-color: #F05CF1;
}
.TagClassName
{
border-color: #F05CF1;
}
</style>