Shades of Pink Flamingo #F353EE
Tints of Pink Flamingo #F353EE
RGB
CMYK
RGB Variations
Color information
#F353EE (or 0xF353EE) is known color: Pink Flamingo. HEX triplet: F3, 53 and EE. RGB value is (243,83,238). Sum of RGB (Red+Green+Blue) = 243+83+238=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F353EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353EE is #0CAC11. Grayscale: #949494. Windows color (decimal): -830482 or 15619059. OLE color: 15619059.
HSL color Cylindrical-coordinate representation of color #F353EE: hue angle of 301.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353EE is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 238 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.05 |
| HSL | 301.88º | 0.87% | 0.64% | - |
| HSV(B) | 301.88º | 0.66% | 0.95% | - |
| XYZ | 55.49 | 31.41 | 84.03 | - |
| YUV | 148.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 238 | 0 | 0.66 | 0.02 | 0.05 | 301.88 | 0.87 | 0.64 |
| Hex | F3 | 53 | EE | 0 | 42 | 2 | 5 | 12E | 57 | 40 |
| Octal | 363 | 123 | 356 | 0 | 102 | 2 | 5 | 456 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11101110 | 0 | 1000010 | 10 | 101 | 100101110 | 1010111 | 1000000 |
Color Harmonies of #F353EE
Complementary color
Monochromatic Colors of #F353EE
Black with #F353EE
Text Example
Text Example
White with #F353EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353EE; }
p { color: rgb(243,83,238); }
H1.HeaderClassName
{
color: #F353EE;
}
.AnyTagClassName
{
color: #F353EE;
}
</style>
background-color css
<style>
a { background-color: #F353EE; }
a { background-color: rgb(243,83,238); }
div.DivClassName
{
background-color: #F353EE;
}
.BgClassName
{
background-color: #F353EE;
}
</style>
border-color css
<style>
span { border-color: #F353EE; }
span { border-color: rgb(243,83,238); }
td.TdClassName
{
border-color: #F353EE;
}
.TagClassName
{
border-color: #F353EE;
}
</style>