Shades of Pink Flamingo #F34FF0
Tints of Pink Flamingo #F34FF0
RGB
CMYK
RGB Variations
Color information
#F34FF0 (or 0xF34FF0) is known color: Pink Flamingo. HEX triplet: F3, 4F and F0. RGB value is (243,79,240). Sum of RGB (Red+Green+Blue) = 243+79+240=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F34FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34FF0 is #0CB00F. Grayscale: #919191. Windows color (decimal): -831504 or 15749107. OLE color: 15749107.
HSL color Cylindrical-coordinate representation of color #F34FF0: hue angle of 301.1º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F34FF0 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 240 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.05 |
| HSL | 301.1º | 0.87% | 0.63% | - |
| HSV(B) | 301.1º | 0.67% | 0.95% | - |
| XYZ | 55.49 | 30.94 | 85.49 | - |
| YUV | 146.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 240 | 0 | 0.67 | 0.01 | 0.05 | 301.1 | 0.87 | 0.63 |
| Hex | F3 | 4F | F0 | 0 | 43 | 1 | 5 | 12D | 57 | 3F |
| Octal | 363 | 117 | 360 | 0 | 103 | 1 | 5 | 455 | 127 | 77 |
| Binary | 11110011 | 1001111 | 11110000 | 0 | 1000011 | 1 | 101 | 100101101 | 1010111 | 111111 |
Color Harmonies of #F34FF0
Complementary color
Monochromatic Colors of #F34FF0
Black with #F34FF0
Text Example
Text Example
White with #F34FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34FF0; }
p { color: rgb(243,79,240); }
H1.HeaderClassName
{
color: #F34FF0;
}
.AnyTagClassName
{
color: #F34FF0;
}
</style>
background-color css
<style>
a { background-color: #F34FF0; }
a { background-color: rgb(243,79,240); }
div.DivClassName
{
background-color: #F34FF0;
}
.BgClassName
{
background-color: #F34FF0;
}
</style>
border-color css
<style>
span { border-color: #F34FF0; }
span { border-color: rgb(243,79,240); }
td.TdClassName
{
border-color: #F34FF0;
}
.TagClassName
{
border-color: #F34FF0;
}
</style>