Shades of Pink Flamingo #F345FE
Tints of Pink Flamingo #F345FE
RGB
CMYK
RGB Variations
Color information
#F345FE (or 0xF345FE) is known color: Pink Flamingo. HEX triplet: F3, 45 and FE. RGB value is (243,69,254). Sum of RGB (Red+Green+Blue) = 243+69+254=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 69 (27.34% from 255 or 12.19% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F345FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F345FE is #0CBA01. Grayscale: #8D8D8D. Windows color (decimal): -834050 or 16664051. OLE color: 16664051.
HSL color Cylindrical-coordinate representation of color #F345FE: hue angle of 296.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F345FE is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 69 | 254 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.00 |
| HSL | 296.43º | 0.99% | 0.63% | - |
| HSV(B) | 296.43º | 0.73% | 1% | - |
| XYZ | 56.98 | 30.47 | 96.64 | - |
| YUV | 142.12 | 191.15 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 254 | 0.04 | 0.73 | 0 | 0.00 | 296.43 | 0.99 | 0.63 |
| Hex | F3 | 45 | FE | 4 | 49 | 0 | 0 | 128 | 63 | 3F |
| Octal | 363 | 105 | 376 | 4 | 111 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110011 | 1000101 | 11111110 | 100 | 1001001 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F345FE
Complementary color
Monochromatic Colors of #F345FE
Black with #F345FE
Text Example
Text Example
White with #F345FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345FE; }
p { color: rgb(243,69,254); }
H1.HeaderClassName
{
color: #F345FE;
}
.AnyTagClassName
{
color: #F345FE;
}
</style>
background-color css
<style>
a { background-color: #F345FE; }
a { background-color: rgb(243,69,254); }
div.DivClassName
{
background-color: #F345FE;
}
.BgClassName
{
background-color: #F345FE;
}
</style>
border-color css
<style>
span { border-color: #F345FE; }
span { border-color: rgb(243,69,254); }
td.TdClassName
{
border-color: #F345FE;
}
.TagClassName
{
border-color: #F345FE;
}
</style>