Shades of Pink Flamingo #F342FF
Tints of Pink Flamingo #F342FF
RGB
CMYK
RGB Variations
Color information
#F342FF (or 0xF342FF) is known color: Pink Flamingo. HEX triplet: F3, 42 and FF. RGB value is (243,66,255). Sum of RGB (Red+Green+Blue) = 243+66+255=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 66 (26.17% from 255 or 11.70% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #F342FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F342FF is #0CBD00. Grayscale: #8B8B8B. Windows color (decimal): -834817 or 16728819. OLE color: 16728819.
HSL color Cylindrical-coordinate representation of color #F342FF: hue angle of 296.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F342FF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 66 | 255 | - |
| CMYK | 0.05 | 0.74 | 0 | 0 |
| HSL | 296.19º | 1% | 0.63% | - |
| HSV(B) | 296.19º | 0.74% | 1% | - |
| XYZ | 56.96 | 30.17 | 97.43 | - |
| YUV | 140.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 255 | 0.05 | 0.74 | 0 | 0 | 296.19 | 1 | 0.63 |
| Hex | F3 | 42 | FF | 5 | 4A | 0 | 0 | 128 | 64 | 3F |
| Octal | 363 | 102 | 377 | 5 | 112 | 0 | 0 | 450 | 144 | 77 |
| Binary | 11110011 | 1000010 | 11111111 | 101 | 1001010 | 0 | 0 | 100101000 | 1100100 | 111111 |
Color Harmonies of #F342FF
Complementary color
Monochromatic Colors of #F342FF
Black with #F342FF
Text Example
Text Example
White with #F342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342FF; }
p { color: rgb(243,66,255); }
H1.HeaderClassName
{
color: #F342FF;
}
.AnyTagClassName
{
color: #F342FF;
}
</style>
background-color css
<style>
a { background-color: #F342FF; }
a { background-color: rgb(243,66,255); }
div.DivClassName
{
background-color: #F342FF;
}
.BgClassName
{
background-color: #F342FF;
}
</style>
border-color css
<style>
span { border-color: #F342FF; }
span { border-color: rgb(243,66,255); }
td.TdClassName
{
border-color: #F342FF;
}
.TagClassName
{
border-color: #F342FF;
}
</style>