Shades of Pink Flamingo #FF34FB
Tints of Pink Flamingo #FF34FB
RGB
CMYK
RGB Variations
Color information
#FF34FB (or 0xFF34FB) is known color: Pink Flamingo. HEX triplet: FF, 34 and FB. RGB value is (255,52,251). Sum of RGB (Red+Green+Blue) = 255+52+251=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 52 (20.70% from 255 or 9.32% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF34FB is #00CB04. Grayscale: #868686. Windows color (decimal): -51973 or 16463103. OLE color: 16463103.
HSL color Cylindrical-coordinate representation of color #FF34FB: hue angle of 301.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34FB is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 251 | - |
| CMYK | 0 | 0.80 | 0.02 | 0 |
| HSL | 301.18º | 1% | 0.6% | - |
| HSV(B) | 301.18º | 0.8% | 1% | - |
| XYZ | 59.88 | 30.68 | 94.03 | - |
| YUV | 135.38 | 193.25 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 251 | 0 | 0.80 | 0.02 | 0 | 301.18 | 1 | 0.6 |
| Hex | FF | 34 | FB | 0 | 50 | 2 | 0 | 12D | 64 | 3C |
| Octal | 377 | 64 | 373 | 0 | 120 | 2 | 0 | 455 | 144 | 74 |
| Binary | 11111111 | 110100 | 11111011 | 0 | 1010000 | 10 | 0 | 100101101 | 1100100 | 111100 |
Color Harmonies of #FF34FB
Complementary color
Monochromatic Colors of #FF34FB
Black with #FF34FB
Text Example
Text Example
White with #FF34FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34FB; }
p { color: rgb(255,52,251); }
H1.HeaderClassName
{
color: #FF34FB;
}
.AnyTagClassName
{
color: #FF34FB;
}
</style>
background-color css
<style>
a { background-color: #FF34FB; }
a { background-color: rgb(255,52,251); }
div.DivClassName
{
background-color: #FF34FB;
}
.BgClassName
{
background-color: #FF34FB;
}
</style>
border-color css
<style>
span { border-color: #FF34FB; }
span { border-color: rgb(255,52,251); }
td.TdClassName
{
border-color: #FF34FB;
}
.TagClassName
{
border-color: #FF34FB;
}
</style>