Shades of Pink Flamingo #F357FF
Tints of Pink Flamingo #F357FF
RGB
CMYK
RGB Variations
Color information
#F357FF (or 0xF357FF) is known color: Pink Flamingo. HEX triplet: F3, 57 and FF. RGB value is (243,87,255). Sum of RGB (Red+Green+Blue) = 243+87+255=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 87 (34.38% from 255 or 14.87% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #F357FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F357FF is #0CA800. Grayscale: #989898. Windows color (decimal): -829441 or 16734195. OLE color: 16734195.
HSL color Cylindrical-coordinate representation of color #F357FF: hue angle of 295.71º 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 #F357FF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 87 | 255 | - |
| CMYK | 0.05 | 0.66 | 0 | 0 |
| HSL | 295.71º | 1% | 0.67% | - |
| HSV(B) | 295.71º | 0.66% | 1% | - |
| XYZ | 58.42 | 33.09 | 97.92 | - |
| YUV | 152.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 255 | 0.05 | 0.66 | 0 | 0 | 295.71 | 1 | 0.67 |
| Hex | F3 | 57 | FF | 5 | 42 | 0 | 0 | 128 | 64 | 43 |
| Octal | 363 | 127 | 377 | 5 | 102 | 0 | 0 | 450 | 144 | 103 |
| Binary | 11110011 | 1010111 | 11111111 | 101 | 1000010 | 0 | 0 | 100101000 | 1100100 | 1000011 |
Color Harmonies of #F357FF
Complementary color
Monochromatic Colors of #F357FF
Black with #F357FF
Text Example
Text Example
White with #F357FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F357FF; }
p { color: rgb(243,87,255); }
H1.HeaderClassName
{
color: #F357FF;
}
.AnyTagClassName
{
color: #F357FF;
}
</style>
background-color css
<style>
a { background-color: #F357FF; }
a { background-color: rgb(243,87,255); }
div.DivClassName
{
background-color: #F357FF;
}
.BgClassName
{
background-color: #F357FF;
}
</style>
border-color css
<style>
span { border-color: #F357FF; }
span { border-color: rgb(243,87,255); }
td.TdClassName
{
border-color: #F357FF;
}
.TagClassName
{
border-color: #F357FF;
}
</style>