Shades of Pink Flamingo #F360F2
Tints of Pink Flamingo #F360F2
RGB
CMYK
RGB Variations
Color information
#F360F2 (or 0xF360F2) is known color: Pink Flamingo. HEX triplet: F3, 60 and F2. RGB value is (243,96,242). Sum of RGB (Red+Green+Blue) = 243+96+242=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F360F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F360F2 is #0C9F0D. Grayscale: #9C9C9C. Windows color (decimal): -827150 or 15884531. OLE color: 15884531.
HSL color Cylindrical-coordinate representation of color #F360F2: hue angle of 300.41º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F360F2 is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 242 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.05 |
| HSL | 300.41º | 0.86% | 0.66% | - |
| HSV(B) | 300.41º | 0.6% | 0.95% | - |
| XYZ | 57.17 | 33.83 | 87.52 | - |
| YUV | 156.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 242 | 0 | 0.60 | 0.00 | 0.05 | 300.41 | 0.86 | 0.66 |
| Hex | F3 | 60 | F2 | 0 | 3C | 0 | 5 | 12C | 56 | 42 |
| Octal | 363 | 140 | 362 | 0 | 74 | 0 | 5 | 454 | 126 | 102 |
| Binary | 11110011 | 1100000 | 11110010 | 0 | 111100 | 0 | 101 | 100101100 | 1010110 | 1000010 |
Color Harmonies of #F360F2
Complementary color
Monochromatic Colors of #F360F2
Black with #F360F2
Text Example
Text Example
White with #F360F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360F2; }
p { color: rgb(243,96,242); }
H1.HeaderClassName
{
color: #F360F2;
}
.AnyTagClassName
{
color: #F360F2;
}
</style>
background-color css
<style>
a { background-color: #F360F2; }
a { background-color: rgb(243,96,242); }
div.DivClassName
{
background-color: #F360F2;
}
.BgClassName
{
background-color: #F360F2;
}
</style>
border-color css
<style>
span { border-color: #F360F2; }
span { border-color: rgb(243,96,242); }
td.TdClassName
{
border-color: #F360F2;
}
.TagClassName
{
border-color: #F360F2;
}
</style>