Shades of Pink Flamingo #F541F8
Tints of Pink Flamingo #F541F8
RGB
CMYK
RGB Variations
Color information
#F541F8 (or 0xF541F8) is known color: Pink Flamingo. HEX triplet: F5, 41 and F8. RGB value is (245,65,248). Sum of RGB (Red+Green+Blue) = 245+65+248=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #F541F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541F8 is #0ABE07. Grayscale: #8B8B8B. Windows color (decimal): -704008 or 16269813. OLE color: 16269813.
HSL color Cylindrical-coordinate representation of color #F541F8: hue angle of 299.02º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F541F8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 65 | 248 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.03 |
| HSL | 299.02º | 0.93% | 0.61% | - |
| HSV(B) | 299.02º | 0.74% | 0.97% | - |
| XYZ | 56.49 | 29.97 | 91.61 | - |
| YUV | 139.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 248 | 0.01 | 0.74 | 0 | 0.03 | 299.02 | 0.93 | 0.61 |
| Hex | F5 | 41 | F8 | 1 | 4A | 0 | 3 | 12B | 5D | 3D |
| Octal | 365 | 101 | 370 | 1 | 112 | 0 | 3 | 453 | 135 | 75 |
| Binary | 11110101 | 1000001 | 11111000 | 1 | 1001010 | 0 | 11 | 100101011 | 1011101 | 111101 |
Color Harmonies of #F541F8
Complementary color
Monochromatic Colors of #F541F8
Black with #F541F8
Text Example
Text Example
White with #F541F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541F8; }
p { color: rgb(245,65,248); }
H1.HeaderClassName
{
color: #F541F8;
}
.AnyTagClassName
{
color: #F541F8;
}
</style>
background-color css
<style>
a { background-color: #F541F8; }
a { background-color: rgb(245,65,248); }
div.DivClassName
{
background-color: #F541F8;
}
.BgClassName
{
background-color: #F541F8;
}
</style>
border-color css
<style>
span { border-color: #F541F8; }
span { border-color: rgb(245,65,248); }
td.TdClassName
{
border-color: #F541F8;
}
.TagClassName
{
border-color: #F541F8;
}
</style>