Shades of Pink Flamingo #F358FD
Tints of Pink Flamingo #F358FD
RGB
CMYK
RGB Variations
Color information
#F358FD (or 0xF358FD) is known color: Pink Flamingo. HEX triplet: F3, 58 and FD. RGB value is (243,88,253). Sum of RGB (Red+Green+Blue) = 243+88+253=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 88 (34.77% from 255 or 15.07% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #F358FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358FD is #0CA702. Grayscale: #989898. Windows color (decimal): -829187 or 16603379. OLE color: 16603379.
HSL color Cylindrical-coordinate representation of color #F358FD: hue angle of 296.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F358FD is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 88 | 253 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.01 |
| HSL | 296.36º | 0.98% | 0.67% | - |
| HSV(B) | 296.36º | 0.65% | 0.99% | - |
| XYZ | 58.18 | 33.13 | 96.26 | - |
| YUV | 153.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 253 | 0.04 | 0.65 | 0 | 0.01 | 296.36 | 0.98 | 0.67 |
| Hex | F3 | 58 | FD | 4 | 41 | 0 | 1 | 128 | 62 | 43 |
| Octal | 363 | 130 | 375 | 4 | 101 | 0 | 1 | 450 | 142 | 103 |
| Binary | 11110011 | 1011000 | 11111101 | 100 | 1000001 | 0 | 1 | 100101000 | 1100010 | 1000011 |
Color Harmonies of #F358FD
Complementary color
Monochromatic Colors of #F358FD
Black with #F358FD
Text Example
Text Example
White with #F358FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358FD; }
p { color: rgb(243,88,253); }
H1.HeaderClassName
{
color: #F358FD;
}
.AnyTagClassName
{
color: #F358FD;
}
</style>
background-color css
<style>
a { background-color: #F358FD; }
a { background-color: rgb(243,88,253); }
div.DivClassName
{
background-color: #F358FD;
}
.BgClassName
{
background-color: #F358FD;
}
</style>
border-color css
<style>
span { border-color: #F358FD; }
span { border-color: rgb(243,88,253); }
td.TdClassName
{
border-color: #F358FD;
}
.TagClassName
{
border-color: #F358FD;
}
</style>