Shades of Pink Flamingo #F354FE
Tints of Pink Flamingo #F354FE
RGB
CMYK
RGB Variations
Color information
#F354FE (or 0xF354FE) is known color: Pink Flamingo. HEX triplet: F3, 54 and FE. RGB value is (243,84,254). Sum of RGB (Red+Green+Blue) = 243+84+254=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 84 (33.20% from 255 or 14.46% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #F354FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F354FE is #0CAB01. Grayscale: #969696. Windows color (decimal): -830210 or 16667891. OLE color: 16667891.
HSL color Cylindrical-coordinate representation of color #F354FE: hue angle of 296.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F354FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 84 | 254 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.00 |
| HSL | 296.12º | 0.99% | 0.66% | - |
| HSV(B) | 296.12º | 0.67% | 1% | - |
| XYZ | 58.02 | 32.55 | 96.99 | - |
| YUV | 150.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 254 | 0.04 | 0.67 | 0 | 0.00 | 296.12 | 0.99 | 0.66 |
| Hex | F3 | 54 | FE | 4 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 363 | 124 | 376 | 4 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110011 | 1010100 | 11111110 | 100 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F354FE
Complementary color
Monochromatic Colors of #F354FE
Black with #F354FE
Text Example
Text Example
White with #F354FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354FE; }
p { color: rgb(243,84,254); }
H1.HeaderClassName
{
color: #F354FE;
}
.AnyTagClassName
{
color: #F354FE;
}
</style>
background-color css
<style>
a { background-color: #F354FE; }
a { background-color: rgb(243,84,254); }
div.DivClassName
{
background-color: #F354FE;
}
.BgClassName
{
background-color: #F354FE;
}
</style>
border-color css
<style>
span { border-color: #F354FE; }
span { border-color: rgb(243,84,254); }
td.TdClassName
{
border-color: #F354FE;
}
.TagClassName
{
border-color: #F354FE;
}
</style>