Shades of Pink Flamingo #F34CFF
Tints of Pink Flamingo #F34CFF
RGB
CMYK
RGB Variations
Color information
#F34CFF (or 0xF34CFF) is known color: Pink Flamingo. HEX triplet: F3, 4C and FF. RGB value is (243,76,255). Sum of RGB (Red+Green+Blue) = 243+76+255=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 76 (30.08% from 255 or 13.24% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #F34CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CFF is #0CB300. Grayscale: #919191. Windows color (decimal): -832257 or 16731379. OLE color: 16731379.
HSL color Cylindrical-coordinate representation of color #F34CFF: hue angle of 295.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34CFF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 76 | 255 | - |
| CMYK | 0.05 | 0.70 | 0 | 0 |
| HSL | 295.98º | 1% | 0.65% | - |
| HSV(B) | 295.98º | 0.7% | 1% | - |
| XYZ | 57.6 | 31.44 | 97.64 | - |
| YUV | 146.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 255 | 0.05 | 0.70 | 0 | 0 | 295.98 | 1 | 0.65 |
| Hex | F3 | 4C | FF | 5 | 46 | 0 | 0 | 128 | 64 | 41 |
| Octal | 363 | 114 | 377 | 5 | 106 | 0 | 0 | 450 | 144 | 101 |
| Binary | 11110011 | 1001100 | 11111111 | 101 | 1000110 | 0 | 0 | 100101000 | 1100100 | 1000001 |
Color Harmonies of #F34CFF
Complementary color
Monochromatic Colors of #F34CFF
Black with #F34CFF
Text Example
Text Example
White with #F34CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34CFF; }
p { color: rgb(243,76,255); }
H1.HeaderClassName
{
color: #F34CFF;
}
.AnyTagClassName
{
color: #F34CFF;
}
</style>
background-color css
<style>
a { background-color: #F34CFF; }
a { background-color: rgb(243,76,255); }
div.DivClassName
{
background-color: #F34CFF;
}
.BgClassName
{
background-color: #F34CFF;
}
</style>
border-color css
<style>
span { border-color: #F34CFF; }
span { border-color: rgb(243,76,255); }
td.TdClassName
{
border-color: #F34CFF;
}
.TagClassName
{
border-color: #F34CFF;
}
</style>