Shades of Pink Flamingo #F342FE
Tints of Pink Flamingo #F342FE
RGB
CMYK
RGB Variations
Color information
#F342FE (or 0xF342FE) is known color: Pink Flamingo. HEX triplet: F3, 42 and FE. RGB value is (243,66,254). Sum of RGB (Red+Green+Blue) = 243+66+254=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 66 (26.17% from 255 or 11.72% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F342FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F342FE is #0CBD01. Grayscale: #8B8B8B. Windows color (decimal): -834818 or 16663283. OLE color: 16663283.
HSL color Cylindrical-coordinate representation of color #F342FE: hue angle of 296.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F342FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 66 | 254 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.00 |
| HSL | 296.49º | 0.99% | 0.63% | - |
| HSV(B) | 296.49º | 0.74% | 1% | - |
| XYZ | 56.8 | 30.11 | 96.58 | - |
| YUV | 140.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 254 | 0.04 | 0.74 | 0 | 0.00 | 296.49 | 0.99 | 0.63 |
| Hex | F3 | 42 | FE | 4 | 4A | 0 | 0 | 128 | 63 | 3F |
| Octal | 363 | 102 | 376 | 4 | 112 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110011 | 1000010 | 11111110 | 100 | 1001010 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F342FE
Complementary color
Monochromatic Colors of #F342FE
Black with #F342FE
Text Example
Text Example
White with #F342FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342FE; }
p { color: rgb(243,66,254); }
H1.HeaderClassName
{
color: #F342FE;
}
.AnyTagClassName
{
color: #F342FE;
}
</style>
background-color css
<style>
a { background-color: #F342FE; }
a { background-color: rgb(243,66,254); }
div.DivClassName
{
background-color: #F342FE;
}
.BgClassName
{
background-color: #F342FE;
}
</style>
border-color css
<style>
span { border-color: #F342FE; }
span { border-color: rgb(243,66,254); }
td.TdClassName
{
border-color: #F342FE;
}
.TagClassName
{
border-color: #F342FE;
}
</style>