Shades of Pink Flamingo #F340FE
Tints of Pink Flamingo #F340FE
RGB
CMYK
RGB Variations
Color information
#F340FE (or 0xF340FE) is known color: Pink Flamingo. HEX triplet: F3, 40 and FE. RGB value is (243,64,254). Sum of RGB (Red+Green+Blue) = 243+64+254=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 64 (25.39% from 255 or 11.41% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F340FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F340FE is #0CBF01. Grayscale: #8A8A8A. Windows color (decimal): -835330 or 16662771. OLE color: 16662771.
HSL color Cylindrical-coordinate representation of color #F340FE: hue angle of 296.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F340FE is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 64 | 254 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.00 |
| HSL | 296.53º | 0.99% | 0.62% | - |
| HSV(B) | 296.53º | 0.75% | 1% | - |
| XYZ | 56.68 | 29.88 | 96.55 | - |
| YUV | 139.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 254 | 0.04 | 0.75 | 0 | 0.00 | 296.53 | 0.99 | 0.62 |
| Hex | F3 | 40 | FE | 4 | 4B | 0 | 0 | 129 | 63 | 3E |
| Octal | 363 | 100 | 376 | 4 | 113 | 0 | 0 | 451 | 143 | 76 |
| Binary | 11110011 | 1000000 | 11111110 | 100 | 1001011 | 0 | 0 | 100101001 | 1100011 | 111110 |
Color Harmonies of #F340FE
Complementary color
Monochromatic Colors of #F340FE
Black with #F340FE
Text Example
Text Example
White with #F340FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340FE; }
p { color: rgb(243,64,254); }
H1.HeaderClassName
{
color: #F340FE;
}
.AnyTagClassName
{
color: #F340FE;
}
</style>
background-color css
<style>
a { background-color: #F340FE; }
a { background-color: rgb(243,64,254); }
div.DivClassName
{
background-color: #F340FE;
}
.BgClassName
{
background-color: #F340FE;
}
</style>
border-color css
<style>
span { border-color: #F340FE; }
span { border-color: rgb(243,64,254); }
td.TdClassName
{
border-color: #F340FE;
}
.TagClassName
{
border-color: #F340FE;
}
</style>