Shades of Pink Flamingo #F360FA
Tints of Pink Flamingo #F360FA
RGB
CMYK
RGB Variations
Color information
#F360FA (or 0xF360FA) is known color: Pink Flamingo. HEX triplet: F3, 60 and FA. RGB value is (243,96,250). Sum of RGB (Red+Green+Blue) = 243+96+250=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F360FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F360FA is #0C9F05. Grayscale: #9D9D9D. Windows color (decimal): -827142 or 16408819. OLE color: 16408819.
HSL color Cylindrical-coordinate representation of color #F360FA: hue angle of 297.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F360FA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 96 | 250 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.02 |
| HSL | 297.27º | 0.94% | 0.68% | - |
| HSV(B) | 297.27º | 0.62% | 0.98% | - |
| XYZ | 58.4 | 34.32 | 93.99 | - |
| YUV | 157.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 250 | 0.03 | 0.62 | 0 | 0.02 | 297.27 | 0.94 | 0.68 |
| Hex | F3 | 60 | FA | 3 | 3E | 0 | 2 | 129 | 5E | 44 |
| Octal | 363 | 140 | 372 | 3 | 76 | 0 | 2 | 451 | 136 | 104 |
| Binary | 11110011 | 1100000 | 11111010 | 11 | 111110 | 0 | 10 | 100101001 | 1011110 | 1000100 |
Color Harmonies of #F360FA
Complementary color
Monochromatic Colors of #F360FA
Black with #F360FA
Text Example
Text Example
White with #F360FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360FA; }
p { color: rgb(243,96,250); }
H1.HeaderClassName
{
color: #F360FA;
}
.AnyTagClassName
{
color: #F360FA;
}
</style>
background-color css
<style>
a { background-color: #F360FA; }
a { background-color: rgb(243,96,250); }
div.DivClassName
{
background-color: #F360FA;
}
.BgClassName
{
background-color: #F360FA;
}
</style>
border-color css
<style>
span { border-color: #F360FA; }
span { border-color: rgb(243,96,250); }
td.TdClassName
{
border-color: #F360FA;
}
.TagClassName
{
border-color: #F360FA;
}
</style>