Shades of Pink Flamingo #FF34FE
Tints of Pink Flamingo #FF34FE
RGB
CMYK
RGB Variations
Color information
#FF34FE (or 0xFF34FE) is known color: Pink Flamingo. HEX triplet: FF, 34 and FE. RGB value is (255,52,254). Sum of RGB (Red+Green+Blue) = 255+52+254=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 52 (20.70% from 255 or 9.27% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF34FE is #00CB01. Grayscale: #878787. Windows color (decimal): -51970 or 16659711. OLE color: 16659711.
HSL color Cylindrical-coordinate representation of color #FF34FE: hue angle of 300.3º 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 #FF34FE is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 254 | - |
| CMYK | 0 | 0.80 | 0.00 | 0 |
| HSL | 300.3º | 1% | 0.6% | - |
| HSV(B) | 300.3º | 0.8% | 1% | - |
| XYZ | 60.36 | 30.87 | 96.54 | - |
| YUV | 135.73 | 194.75 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 254 | 0 | 0.80 | 0.00 | 0 | 300.3 | 1 | 0.6 |
| Hex | FF | 34 | FE | 0 | 50 | 0 | 0 | 12C | 64 | 3C |
| Octal | 377 | 64 | 376 | 0 | 120 | 0 | 0 | 454 | 144 | 74 |
| Binary | 11111111 | 110100 | 11111110 | 0 | 1010000 | 0 | 0 | 100101100 | 1100100 | 111100 |
Color Harmonies of #FF34FE
Complementary color
Monochromatic Colors of #FF34FE
Black with #FF34FE
Text Example
Text Example
White with #FF34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34FE; }
p { color: rgb(255,52,254); }
H1.HeaderClassName
{
color: #FF34FE;
}
.AnyTagClassName
{
color: #FF34FE;
}
</style>
background-color css
<style>
a { background-color: #FF34FE; }
a { background-color: rgb(255,52,254); }
div.DivClassName
{
background-color: #FF34FE;
}
.BgClassName
{
background-color: #FF34FE;
}
</style>
border-color css
<style>
span { border-color: #FF34FE; }
span { border-color: rgb(255,52,254); }
td.TdClassName
{
border-color: #FF34FE;
}
.TagClassName
{
border-color: #FF34FE;
}
</style>