Shades of Pink Flamingo #F157F0
Tints of Pink Flamingo #F157F0
RGB
CMYK
RGB Variations
Color information
#F157F0 (or 0xF157F0) is known color: Pink Flamingo. HEX triplet: F1, 57 and F0. RGB value is (241,87,240). Sum of RGB (Red+Green+Blue) = 241+87+240=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F157F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F157F0 is #0EA80F. Grayscale: #969696. Windows color (decimal): -960528 or 15751153. OLE color: 15751153.
HSL color Cylindrical-coordinate representation of color #F157F0: hue angle of 300.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F157F0 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 240 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.05 |
| HSL | 300.39º | 0.85% | 0.64% | - |
| HSV(B) | 300.39º | 0.64% | 0.95% | - |
| XYZ | 55.41 | 31.81 | 85.66 | - |
| YUV | 150.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 240 | 0 | 0.64 | 0.00 | 0.05 | 300.39 | 0.85 | 0.64 |
| Hex | F1 | 57 | F0 | 0 | 40 | 0 | 5 | 12C | 55 | 40 |
| Octal | 361 | 127 | 360 | 0 | 100 | 0 | 5 | 454 | 125 | 100 |
| Binary | 11110001 | 1010111 | 11110000 | 0 | 1000000 | 0 | 101 | 100101100 | 1010101 | 1000000 |
Color Harmonies of #F157F0
Complementary color
Monochromatic Colors of #F157F0
Black with #F157F0
Text Example
Text Example
White with #F157F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F157F0; }
p { color: rgb(241,87,240); }
H1.HeaderClassName
{
color: #F157F0;
}
.AnyTagClassName
{
color: #F157F0;
}
</style>
background-color css
<style>
a { background-color: #F157F0; }
a { background-color: rgb(241,87,240); }
div.DivClassName
{
background-color: #F157F0;
}
.BgClassName
{
background-color: #F157F0;
}
</style>
border-color css
<style>
span { border-color: #F157F0; }
span { border-color: rgb(241,87,240); }
td.TdClassName
{
border-color: #F157F0;
}
.TagClassName
{
border-color: #F157F0;
}
</style>