Shades of Pink Flamingo #FD34FE
Tints of Pink Flamingo #FD34FE
RGB
CMYK
RGB Variations
Color information
#FD34FE (or 0xFD34FE) is known color: Pink Flamingo. HEX triplet: FD, 34 and FE. RGB value is (253,52,254). Sum of RGB (Red+Green+Blue) = 253+52+254=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 52 (20.70% from 255 or 9.30% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD34FE is #02CB01. Grayscale: #868686. Windows color (decimal): -183042 or 16659709. OLE color: 16659709.
HSL color Cylindrical-coordinate representation of color #FD34FE: hue angle of 299.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD34FE is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 52 | 254 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.00 |
| HSL | 299.7º | 0.99% | 0.6% | - |
| HSV(B) | 299.7º | 0.8% | 1% | - |
| XYZ | 59.63 | 30.49 | 96.51 | - |
| YUV | 135.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 52 | 254 | 0.00 | 0.80 | 0 | 0.00 | 299.7 | 0.99 | 0.6 |
| Hex | FD | 34 | FE | 0 | 50 | 0 | 0 | 12C | 63 | 3C |
| Octal | 375 | 64 | 376 | 0 | 120 | 0 | 0 | 454 | 143 | 74 |
| Binary | 11111101 | 110100 | 11111110 | 0 | 1010000 | 0 | 0 | 100101100 | 1100011 | 111100 |
Color Harmonies of #FD34FE
Complementary color
Monochromatic Colors of #FD34FE
Black with #FD34FE
Text Example
Text Example
White with #FD34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD34FE; }
p { color: rgb(253,52,254); }
H1.HeaderClassName
{
color: #FD34FE;
}
.AnyTagClassName
{
color: #FD34FE;
}
</style>
background-color css
<style>
a { background-color: #FD34FE; }
a { background-color: rgb(253,52,254); }
div.DivClassName
{
background-color: #FD34FE;
}
.BgClassName
{
background-color: #FD34FE;
}
</style>
border-color css
<style>
span { border-color: #FD34FE; }
span { border-color: rgb(253,52,254); }
td.TdClassName
{
border-color: #FD34FE;
}
.TagClassName
{
border-color: #FD34FE;
}
</style>