Shades of Pink Flamingo #F365F0
Tints of Pink Flamingo #F365F0
RGB
CMYK
RGB Variations
Color information
#F365F0 (or 0xF365F0) is known color: Pink Flamingo. HEX triplet: F3, 65 and F0. RGB value is (243,101,240). Sum of RGB (Red+Green+Blue) = 243+101+240=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F365F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365F0 is #0C9A0F. Grayscale: #9E9E9E. Windows color (decimal): -825872 or 15754739. OLE color: 15754739.
HSL color Cylindrical-coordinate representation of color #F365F0: hue angle of 301.27º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365F0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 240 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.05 |
| HSL | 301.27º | 0.86% | 0.67% | - |
| HSV(B) | 301.27º | 0.58% | 0.95% | - |
| XYZ | 57.34 | 34.65 | 86.1 | - |
| YUV | 159.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 240 | 0 | 0.58 | 0.01 | 0.05 | 301.27 | 0.86 | 0.67 |
| Hex | F3 | 65 | F0 | 0 | 3A | 1 | 5 | 12D | 56 | 43 |
| Octal | 363 | 145 | 360 | 0 | 72 | 1 | 5 | 455 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11110000 | 0 | 111010 | 1 | 101 | 100101101 | 1010110 | 1000011 |
Color Harmonies of #F365F0
Complementary color
Monochromatic Colors of #F365F0
Black with #F365F0
Text Example
Text Example
White with #F365F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365F0; }
p { color: rgb(243,101,240); }
H1.HeaderClassName
{
color: #F365F0;
}
.AnyTagClassName
{
color: #F365F0;
}
</style>
background-color css
<style>
a { background-color: #F365F0; }
a { background-color: rgb(243,101,240); }
div.DivClassName
{
background-color: #F365F0;
}
.BgClassName
{
background-color: #F365F0;
}
</style>
border-color css
<style>
span { border-color: #F365F0; }
span { border-color: rgb(243,101,240); }
td.TdClassName
{
border-color: #F365F0;
}
.TagClassName
{
border-color: #F365F0;
}
</style>