Shades of Pink Flamingo #FF43FE
Tints of Pink Flamingo #FF43FE
RGB
CMYK
RGB Variations
Color information
#FF43FE (or 0xFF43FE) is known color: Pink Flamingo. HEX triplet: FF, 43 and FE. RGB value is (255,67,254). Sum of RGB (Red+Green+Blue) = 255+67+254=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 67 (26.56% from 255 or 11.63% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF43FE is #00BC01. Grayscale: #8F8F8F. Windows color (decimal): -48130 or 16663551. OLE color: 16663551.
HSL color Cylindrical-coordinate representation of color #FF43FE: hue angle of 300.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF43FE is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 254 | - |
| CMYK | 0 | 0.74 | 0.00 | 0 |
| HSL | 300.32º | 1% | 0.63% | - |
| HSV(B) | 300.32º | 0.74% | 1% | - |
| XYZ | 61.14 | 32.43 | 96.8 | - |
| YUV | 144.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 254 | 0 | 0.74 | 0.00 | 0 | 300.32 | 1 | 0.63 |
| Hex | FF | 43 | FE | 0 | 4A | 0 | 0 | 12C | 64 | 3F |
| Octal | 377 | 103 | 376 | 0 | 112 | 0 | 0 | 454 | 144 | 77 |
| Binary | 11111111 | 1000011 | 11111110 | 0 | 1001010 | 0 | 0 | 100101100 | 1100100 | 111111 |
Color Harmonies of #FF43FE
Complementary color
Monochromatic Colors of #FF43FE
Black with #FF43FE
Text Example
Text Example
White with #FF43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43FE; }
p { color: rgb(255,67,254); }
H1.HeaderClassName
{
color: #FF43FE;
}
.AnyTagClassName
{
color: #FF43FE;
}
</style>
background-color css
<style>
a { background-color: #FF43FE; }
a { background-color: rgb(255,67,254); }
div.DivClassName
{
background-color: #FF43FE;
}
.BgClassName
{
background-color: #FF43FE;
}
</style>
border-color css
<style>
span { border-color: #FF43FE; }
span { border-color: rgb(255,67,254); }
td.TdClassName
{
border-color: #FF43FE;
}
.TagClassName
{
border-color: #FF43FE;
}
</style>