Shades of Pink Flamingo #FD43FE
Tints of Pink Flamingo #FD43FE
RGB
CMYK
RGB Variations
Color information
#FD43FE (or 0xFD43FE) is known color: Pink Flamingo. HEX triplet: FD, 43 and FE. RGB value is (253,67,254). Sum of RGB (Red+Green+Blue) = 253+67+254=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 67 (26.56% from 255 or 11.67% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD43FE is #02BC01. Grayscale: #8F8F8F. Windows color (decimal): -179202 or 16663549. OLE color: 16663549.
HSL color Cylindrical-coordinate representation of color #FD43FE: hue angle of 299.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD43FE is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 67 | 254 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.00 |
| HSL | 299.68º | 0.99% | 0.63% | - |
| HSV(B) | 299.68º | 0.74% | 1% | - |
| XYZ | 60.4 | 32.05 | 96.77 | - |
| YUV | 143.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 254 | 0.00 | 0.74 | 0 | 0.00 | 299.68 | 0.99 | 0.63 |
| Hex | FD | 43 | FE | 0 | 4A | 0 | 0 | 12C | 63 | 3F |
| Octal | 375 | 103 | 376 | 0 | 112 | 0 | 0 | 454 | 143 | 77 |
| Binary | 11111101 | 1000011 | 11111110 | 0 | 1001010 | 0 | 0 | 100101100 | 1100011 | 111111 |
Color Harmonies of #FD43FE
Complementary color
Monochromatic Colors of #FD43FE
Black with #FD43FE
Text Example
Text Example
White with #FD43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD43FE; }
p { color: rgb(253,67,254); }
H1.HeaderClassName
{
color: #FD43FE;
}
.AnyTagClassName
{
color: #FD43FE;
}
</style>
background-color css
<style>
a { background-color: #FD43FE; }
a { background-color: rgb(253,67,254); }
div.DivClassName
{
background-color: #FD43FE;
}
.BgClassName
{
background-color: #FD43FE;
}
</style>
border-color css
<style>
span { border-color: #FD43FE; }
span { border-color: rgb(253,67,254); }
td.TdClassName
{
border-color: #FD43FE;
}
.TagClassName
{
border-color: #FD43FE;
}
</style>