Shades of Pink Flamingo #F355FC
Tints of Pink Flamingo #F355FC
RGB
CMYK
RGB Variations
Color information
#F355FC (or 0xF355FC) is known color: Pink Flamingo. HEX triplet: F3, 55 and FC. RGB value is (243,85,252). Sum of RGB (Red+Green+Blue) = 243+85+252=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #F355FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FC is #0CAA03. Grayscale: #969696. Windows color (decimal): -829956 or 16537075. OLE color: 16537075.
HSL color Cylindrical-coordinate representation of color #F355FC: hue angle of 296.77º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F355FC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 85 | 252 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.01 |
| HSL | 296.77º | 0.97% | 0.66% | - |
| HSV(B) | 296.77º | 0.66% | 0.99% | - |
| XYZ | 57.78 | 32.58 | 95.34 | - |
| YUV | 151.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 252 | 0.04 | 0.66 | 0 | 0.01 | 296.77 | 0.97 | 0.66 |
| Hex | F3 | 55 | FC | 4 | 42 | 0 | 1 | 129 | 61 | 42 |
| Octal | 363 | 125 | 374 | 4 | 102 | 0 | 1 | 451 | 141 | 102 |
| Binary | 11110011 | 1010101 | 11111100 | 100 | 1000010 | 0 | 1 | 100101001 | 1100001 | 1000010 |
Color Harmonies of #F355FC
Complementary color
Monochromatic Colors of #F355FC
Black with #F355FC
Text Example
Text Example
White with #F355FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355FC; }
p { color: rgb(243,85,252); }
H1.HeaderClassName
{
color: #F355FC;
}
.AnyTagClassName
{
color: #F355FC;
}
</style>
background-color css
<style>
a { background-color: #F355FC; }
a { background-color: rgb(243,85,252); }
div.DivClassName
{
background-color: #F355FC;
}
.BgClassName
{
background-color: #F355FC;
}
</style>
border-color css
<style>
span { border-color: #F355FC; }
span { border-color: rgb(243,85,252); }
td.TdClassName
{
border-color: #F355FC;
}
.TagClassName
{
border-color: #F355FC;
}
</style>