Shades of Pink Flamingo #F356FD
Tints of Pink Flamingo #F356FD
RGB
CMYK
RGB Variations
Color information
#F356FD (or 0xF356FD) is known color: Pink Flamingo. HEX triplet: F3, 56 and FD. RGB value is (243,86,253). Sum of RGB (Red+Green+Blue) = 243+86+253=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 86 (33.98% from 255 or 14.78% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #F356FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356FD is #0CA902. Grayscale: #979797. Windows color (decimal): -829699 or 16602867. OLE color: 16602867.
HSL color Cylindrical-coordinate representation of color #F356FD: hue angle of 296.41º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F356FD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 86 | 253 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.01 |
| HSL | 296.41º | 0.98% | 0.66% | - |
| HSV(B) | 296.41º | 0.66% | 0.99% | - |
| XYZ | 58.02 | 32.8 | 96.2 | - |
| YUV | 151.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 253 | 0.04 | 0.66 | 0 | 0.01 | 296.41 | 0.98 | 0.66 |
| Hex | F3 | 56 | FD | 4 | 42 | 0 | 1 | 128 | 62 | 42 |
| Octal | 363 | 126 | 375 | 4 | 102 | 0 | 1 | 450 | 142 | 102 |
| Binary | 11110011 | 1010110 | 11111101 | 100 | 1000010 | 0 | 1 | 100101000 | 1100010 | 1000010 |
Color Harmonies of #F356FD
Complementary color
Monochromatic Colors of #F356FD
Black with #F356FD
Text Example
Text Example
White with #F356FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356FD; }
p { color: rgb(243,86,253); }
H1.HeaderClassName
{
color: #F356FD;
}
.AnyTagClassName
{
color: #F356FD;
}
</style>
background-color css
<style>
a { background-color: #F356FD; }
a { background-color: rgb(243,86,253); }
div.DivClassName
{
background-color: #F356FD;
}
.BgClassName
{
background-color: #F356FD;
}
</style>
border-color css
<style>
span { border-color: #F356FD; }
span { border-color: rgb(243,86,253); }
td.TdClassName
{
border-color: #F356FD;
}
.TagClassName
{
border-color: #F356FD;
}
</style>