Shades of Pink Flamingo #F356FF
Tints of Pink Flamingo #F356FF
RGB
CMYK
RGB Variations
Color information
#F356FF (or 0xF356FF) is known color: Pink Flamingo. HEX triplet: F3, 56 and FF. RGB value is (243,86,255). Sum of RGB (Red+Green+Blue) = 243+86+255=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 86 (33.98% from 255 or 14.73% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F356FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356FF is #0CA900. Grayscale: #979797. Windows color (decimal): -829697 or 16733939. OLE color: 16733939.
HSL color Cylindrical-coordinate representation of color #F356FF: hue angle of 295.74º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F356FF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 86 | 255 | - |
| CMYK | 0.05 | 0.66 | 0 | 0 |
| HSL | 295.74º | 1% | 0.67% | - |
| HSV(B) | 295.74º | 0.66% | 1% | - |
| XYZ | 58.34 | 32.93 | 97.89 | - |
| YUV | 152.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 255 | 0.05 | 0.66 | 0 | 0 | 295.74 | 1 | 0.67 |
| Hex | F3 | 56 | FF | 5 | 42 | 0 | 0 | 128 | 64 | 43 |
| Octal | 363 | 126 | 377 | 5 | 102 | 0 | 0 | 450 | 144 | 103 |
| Binary | 11110011 | 1010110 | 11111111 | 101 | 1000010 | 0 | 0 | 100101000 | 1100100 | 1000011 |
Color Harmonies of #F356FF
Complementary color
Monochromatic Colors of #F356FF
Black with #F356FF
Text Example
Text Example
White with #F356FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356FF; }
p { color: rgb(243,86,255); }
H1.HeaderClassName
{
color: #F356FF;
}
.AnyTagClassName
{
color: #F356FF;
}
</style>
background-color css
<style>
a { background-color: #F356FF; }
a { background-color: rgb(243,86,255); }
div.DivClassName
{
background-color: #F356FF;
}
.BgClassName
{
background-color: #F356FF;
}
</style>
border-color css
<style>
span { border-color: #F356FF; }
span { border-color: rgb(243,86,255); }
td.TdClassName
{
border-color: #F356FF;
}
.TagClassName
{
border-color: #F356FF;
}
</style>