Shades of Pink Flamingo #F348FE
Tints of Pink Flamingo #F348FE
RGB
CMYK
RGB Variations
Color information
#F348FE (or 0xF348FE) is known color: Pink Flamingo. HEX triplet: F3, 48 and FE. RGB value is (243,72,254). Sum of RGB (Red+Green+Blue) = 243+72+254=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 72 (28.52% from 255 or 12.65% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #F348FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348FE is #0CB701. Grayscale: #8F8F8F. Windows color (decimal): -833282 or 16664819. OLE color: 16664819.
HSL color Cylindrical-coordinate representation of color #F348FE: hue angle of 296.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F348FE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 72 | 254 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.00 |
| HSL | 296.37º | 0.99% | 0.64% | - |
| HSV(B) | 296.37º | 0.72% | 1% | - |
| XYZ | 57.17 | 30.85 | 96.71 | - |
| YUV | 143.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 254 | 0.04 | 0.72 | 0 | 0.00 | 296.37 | 0.99 | 0.64 |
| Hex | F3 | 48 | FE | 4 | 48 | 0 | 0 | 128 | 63 | 40 |
| Octal | 363 | 110 | 376 | 4 | 110 | 0 | 0 | 450 | 143 | 100 |
| Binary | 11110011 | 1001000 | 11111110 | 100 | 1001000 | 0 | 0 | 100101000 | 1100011 | 1000000 |
Color Harmonies of #F348FE
Complementary color
Monochromatic Colors of #F348FE
Black with #F348FE
Text Example
Text Example
White with #F348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F348FE; }
p { color: rgb(243,72,254); }
H1.HeaderClassName
{
color: #F348FE;
}
.AnyTagClassName
{
color: #F348FE;
}
</style>
background-color css
<style>
a { background-color: #F348FE; }
a { background-color: rgb(243,72,254); }
div.DivClassName
{
background-color: #F348FE;
}
.BgClassName
{
background-color: #F348FE;
}
</style>
border-color css
<style>
span { border-color: #F348FE; }
span { border-color: rgb(243,72,254); }
td.TdClassName
{
border-color: #F348FE;
}
.TagClassName
{
border-color: #F348FE;
}
</style>