Shades of Pink Flamingo #F361F0
Tints of Pink Flamingo #F361F0
RGB
CMYK
RGB Variations
Color information
#F361F0 (or 0xF361F0) is known color: Pink Flamingo. HEX triplet: F3, 61 and F0. RGB value is (243,97,240). Sum of RGB (Red+Green+Blue) = 243+97+240=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F361F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F361F0 is #0C9E0F. Grayscale: #9C9C9C. Windows color (decimal): -826896 or 15753715. OLE color: 15753715.
HSL color Cylindrical-coordinate representation of color #F361F0: hue angle of 301.23º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F361F0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 240 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.05 |
| HSL | 301.23º | 0.86% | 0.67% | - |
| HSV(B) | 301.23º | 0.6% | 0.95% | - |
| XYZ | 56.97 | 33.9 | 85.98 | - |
| YUV | 156.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 240 | 0 | 0.60 | 0.01 | 0.05 | 301.23 | 0.86 | 0.67 |
| Hex | F3 | 61 | F0 | 0 | 3C | 1 | 5 | 12D | 56 | 43 |
| Octal | 363 | 141 | 360 | 0 | 74 | 1 | 5 | 455 | 126 | 103 |
| Binary | 11110011 | 1100001 | 11110000 | 0 | 111100 | 1 | 101 | 100101101 | 1010110 | 1000011 |
Color Harmonies of #F361F0
Complementary color
Monochromatic Colors of #F361F0
Black with #F361F0
Text Example
Text Example
White with #F361F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F361F0; }
p { color: rgb(243,97,240); }
H1.HeaderClassName
{
color: #F361F0;
}
.AnyTagClassName
{
color: #F361F0;
}
</style>
background-color css
<style>
a { background-color: #F361F0; }
a { background-color: rgb(243,97,240); }
div.DivClassName
{
background-color: #F361F0;
}
.BgClassName
{
background-color: #F361F0;
}
</style>
border-color css
<style>
span { border-color: #F361F0; }
span { border-color: rgb(243,97,240); }
td.TdClassName
{
border-color: #F361F0;
}
.TagClassName
{
border-color: #F361F0;
}
</style>