Shades of Pink Flamingo #F353F2
Tints of Pink Flamingo #F353F2
RGB
CMYK
RGB Variations
Color information
#F353F2 (or 0xF353F2) is known color: Pink Flamingo. HEX triplet: F3, 53 and F2. RGB value is (243,83,242). Sum of RGB (Red+Green+Blue) = 243+83+242=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F353F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353F2 is #0CAC0D. Grayscale: #949494. Windows color (decimal): -830478 or 15881203. OLE color: 15881203.
HSL color Cylindrical-coordinate representation of color #F353F2: hue angle of 300.38º 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 #F353F2 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 242 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.05 |
| HSL | 300.38º | 0.87% | 0.64% | - |
| HSV(B) | 300.38º | 0.66% | 0.95% | - |
| XYZ | 56.08 | 31.65 | 87.16 | - |
| YUV | 148.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 242 | 0 | 0.66 | 0.00 | 0.05 | 300.38 | 0.87 | 0.64 |
| Hex | F3 | 53 | F2 | 0 | 42 | 0 | 5 | 12C | 57 | 40 |
| Octal | 363 | 123 | 362 | 0 | 102 | 0 | 5 | 454 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11110010 | 0 | 1000010 | 0 | 101 | 100101100 | 1010111 | 1000000 |
Color Harmonies of #F353F2
Complementary color
Monochromatic Colors of #F353F2
Black with #F353F2
Text Example
Text Example
White with #F353F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353F2; }
p { color: rgb(243,83,242); }
H1.HeaderClassName
{
color: #F353F2;
}
.AnyTagClassName
{
color: #F353F2;
}
</style>
background-color css
<style>
a { background-color: #F353F2; }
a { background-color: rgb(243,83,242); }
div.DivClassName
{
background-color: #F353F2;
}
.BgClassName
{
background-color: #F353F2;
}
</style>
border-color css
<style>
span { border-color: #F353F2; }
span { border-color: rgb(243,83,242); }
td.TdClassName
{
border-color: #F353F2;
}
.TagClassName
{
border-color: #F353F2;
}
</style>