Shades of Pink Flamingo #F352FE
Tints of Pink Flamingo #F352FE
RGB
CMYK
RGB Variations
Color information
#F352FE (or 0xF352FE) is known color: Pink Flamingo. HEX triplet: F3, 52 and FE. RGB value is (243,82,254). Sum of RGB (Red+Green+Blue) = 243+82+254=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 82 (32.42% from 255 or 14.16% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F352FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F352FE is #0CAD01. Grayscale: #959595. Windows color (decimal): -830722 or 16667379. OLE color: 16667379.
HSL color Cylindrical-coordinate representation of color #F352FE: hue angle of 296.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F352FE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 82 | 254 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.00 |
| HSL | 296.16º | 0.99% | 0.66% | - |
| HSV(B) | 296.16º | 0.68% | 1% | - |
| XYZ | 57.87 | 32.25 | 96.94 | - |
| YUV | 149.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 254 | 0.04 | 0.68 | 0 | 0.00 | 296.16 | 0.99 | 0.66 |
| Hex | F3 | 52 | FE | 4 | 44 | 0 | 0 | 128 | 63 | 42 |
| Octal | 363 | 122 | 376 | 4 | 104 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110011 | 1010010 | 11111110 | 100 | 1000100 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F352FE
Complementary color
Monochromatic Colors of #F352FE
Black with #F352FE
Text Example
Text Example
White with #F352FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352FE; }
p { color: rgb(243,82,254); }
H1.HeaderClassName
{
color: #F352FE;
}
.AnyTagClassName
{
color: #F352FE;
}
</style>
background-color css
<style>
a { background-color: #F352FE; }
a { background-color: rgb(243,82,254); }
div.DivClassName
{
background-color: #F352FE;
}
.BgClassName
{
background-color: #F352FE;
}
</style>
border-color css
<style>
span { border-color: #F352FE; }
span { border-color: rgb(243,82,254); }
td.TdClassName
{
border-color: #F352FE;
}
.TagClassName
{
border-color: #F352FE;
}
</style>