Shades of Pink Flamingo #F34CFE
Tints of Pink Flamingo #F34CFE
RGB
CMYK
RGB Variations
Color information
#F34CFE (or 0xF34CFE) is known color: Pink Flamingo. HEX triplet: F3, 4C and FE. RGB value is (243,76,254). Sum of RGB (Red+Green+Blue) = 243+76+254=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 76 (30.08% from 255 or 13.26% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F34CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CFE is #0CB301. Grayscale: #919191. Windows color (decimal): -832258 or 16665843. OLE color: 16665843.
HSL color Cylindrical-coordinate representation of color #F34CFE: hue angle of 296.29º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34CFE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 76 | 254 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.00 |
| HSL | 296.29º | 0.99% | 0.65% | - |
| HSV(B) | 296.29º | 0.7% | 1% | - |
| XYZ | 57.44 | 31.38 | 96.8 | - |
| YUV | 146.23 | 188.83 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 254 | 0.04 | 0.70 | 0 | 0.00 | 296.29 | 0.99 | 0.65 |
| Hex | F3 | 4C | FE | 4 | 46 | 0 | 0 | 128 | 63 | 41 |
| Octal | 363 | 114 | 376 | 4 | 106 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110011 | 1001100 | 11111110 | 100 | 1000110 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F34CFE
Complementary color
Monochromatic Colors of #F34CFE
Black with #F34CFE
Text Example
Text Example
White with #F34CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34CFE; }
p { color: rgb(243,76,254); }
H1.HeaderClassName
{
color: #F34CFE;
}
.AnyTagClassName
{
color: #F34CFE;
}
</style>
background-color css
<style>
a { background-color: #F34CFE; }
a { background-color: rgb(243,76,254); }
div.DivClassName
{
background-color: #F34CFE;
}
.BgClassName
{
background-color: #F34CFE;
}
</style>
border-color css
<style>
span { border-color: #F34CFE; }
span { border-color: rgb(243,76,254); }
td.TdClassName
{
border-color: #F34CFE;
}
.TagClassName
{
border-color: #F34CFE;
}
</style>