Shades of Pink Flamingo #F353F4
Tints of Pink Flamingo #F353F4
RGB
CMYK
RGB Variations
Color information
#F353F4 (or 0xF353F4) is known color: Pink Flamingo. HEX triplet: F3, 53 and F4. RGB value is (243,83,244). Sum of RGB (Red+Green+Blue) = 243+83+244=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #F353F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353F4 is #0CAC0B. Grayscale: #949494. Windows color (decimal): -830476 or 16012275. OLE color: 16012275.
HSL color Cylindrical-coordinate representation of color #F353F4: hue angle of 299.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353F4 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 83 | 244 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.04 |
| HSL | 299.63º | 0.88% | 0.64% | - |
| HSV(B) | 299.63º | 0.66% | 0.96% | - |
| XYZ | 56.38 | 31.77 | 88.75 | - |
| YUV | 149.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 244 | 0.00 | 0.66 | 0 | 0.04 | 299.63 | 0.88 | 0.64 |
| Hex | F3 | 53 | F4 | 0 | 42 | 0 | 4 | 12C | 58 | 40 |
| Octal | 363 | 123 | 364 | 0 | 102 | 0 | 4 | 454 | 130 | 100 |
| Binary | 11110011 | 1010011 | 11110100 | 0 | 1000010 | 0 | 100 | 100101100 | 1011000 | 1000000 |
Color Harmonies of #F353F4
Complementary color
Monochromatic Colors of #F353F4
Black with #F353F4
Text Example
Text Example
White with #F353F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353F4; }
p { color: rgb(243,83,244); }
H1.HeaderClassName
{
color: #F353F4;
}
.AnyTagClassName
{
color: #F353F4;
}
</style>
background-color css
<style>
a { background-color: #F353F4; }
a { background-color: rgb(243,83,244); }
div.DivClassName
{
background-color: #F353F4;
}
.BgClassName
{
background-color: #F353F4;
}
</style>
border-color css
<style>
span { border-color: #F353F4; }
span { border-color: rgb(243,83,244); }
td.TdClassName
{
border-color: #F353F4;
}
.TagClassName
{
border-color: #F353F4;
}
</style>