Shades of Pink Flamingo #F358F4
Tints of Pink Flamingo #F358F4
RGB
CMYK
RGB Variations
Color information
#F358F4 (or 0xF358F4) is known color: Pink Flamingo. HEX triplet: F3, 58 and F4. RGB value is (243,88,244). Sum of RGB (Red+Green+Blue) = 243+88+244=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #F358F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358F4 is #0CA70B. Grayscale: #979797. Windows color (decimal): -829196 or 16013555. OLE color: 16013555.
HSL color Cylindrical-coordinate representation of color #F358F4: hue angle of 299.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358F4 is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 88 | 244 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.04 |
| HSL | 299.62º | 0.88% | 0.65% | - |
| HSV(B) | 299.62º | 0.64% | 0.96% | - |
| XYZ | 56.78 | 32.57 | 88.88 | - |
| YUV | 152.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 244 | 0.00 | 0.64 | 0 | 0.04 | 299.62 | 0.88 | 0.65 |
| Hex | F3 | 58 | F4 | 0 | 40 | 0 | 4 | 12C | 58 | 41 |
| Octal | 363 | 130 | 364 | 0 | 100 | 0 | 4 | 454 | 130 | 101 |
| Binary | 11110011 | 1011000 | 11110100 | 0 | 1000000 | 0 | 100 | 100101100 | 1011000 | 1000001 |
Color Harmonies of #F358F4
Complementary color
Monochromatic Colors of #F358F4
Black with #F358F4
Text Example
Text Example
White with #F358F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358F4; }
p { color: rgb(243,88,244); }
H1.HeaderClassName
{
color: #F358F4;
}
.AnyTagClassName
{
color: #F358F4;
}
</style>
background-color css
<style>
a { background-color: #F358F4; }
a { background-color: rgb(243,88,244); }
div.DivClassName
{
background-color: #F358F4;
}
.BgClassName
{
background-color: #F358F4;
}
</style>
border-color css
<style>
span { border-color: #F358F4; }
span { border-color: rgb(243,88,244); }
td.TdClassName
{
border-color: #F358F4;
}
.TagClassName
{
border-color: #F358F4;
}
</style>