Shades of Pink Flamingo #F353EF
Tints of Pink Flamingo #F353EF
RGB
CMYK
RGB Variations
Color information
#F353EF (or 0xF353EF) is known color: Pink Flamingo. HEX triplet: F3, 53 and EF. RGB value is (243,83,239). Sum of RGB (Red+Green+Blue) = 243+83+239=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F353EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353EF is #0CAC10. Grayscale: #949494. Windows color (decimal): -830481 or 15684595. OLE color: 15684595.
HSL color Cylindrical-coordinate representation of color #F353EF: hue angle of 301.5º 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 #F353EF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 239 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.05 |
| HSL | 301.5º | 0.87% | 0.64% | - |
| HSV(B) | 301.5º | 0.66% | 0.95% | - |
| XYZ | 55.64 | 31.47 | 84.8 | - |
| YUV | 148.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 239 | 0 | 0.66 | 0.02 | 0.05 | 301.5 | 0.87 | 0.64 |
| Hex | F3 | 53 | EF | 0 | 42 | 2 | 5 | 12E | 57 | 40 |
| Octal | 363 | 123 | 357 | 0 | 102 | 2 | 5 | 456 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11101111 | 0 | 1000010 | 10 | 101 | 100101110 | 1010111 | 1000000 |
Color Harmonies of #F353EF
Complementary color
Monochromatic Colors of #F353EF
Black with #F353EF
Text Example
Text Example
White with #F353EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353EF; }
p { color: rgb(243,83,239); }
H1.HeaderClassName
{
color: #F353EF;
}
.AnyTagClassName
{
color: #F353EF;
}
</style>
background-color css
<style>
a { background-color: #F353EF; }
a { background-color: rgb(243,83,239); }
div.DivClassName
{
background-color: #F353EF;
}
.BgClassName
{
background-color: #F353EF;
}
</style>
border-color css
<style>
span { border-color: #F353EF; }
span { border-color: rgb(243,83,239); }
td.TdClassName
{
border-color: #F353EF;
}
.TagClassName
{
border-color: #F353EF;
}
</style>